t

io.delta.sql.parser

DeltaSqlBaseListener

trait DeltaSqlBaseListener extends ParseTreeListener

This interface defines a complete listener for a parse tree produced by DeltaSqlBaseParser.

Linear Supertypes
ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaSqlBaseListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  2. abstract def enterAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit

    Enter a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  3. abstract def enterAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit

    Enter a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  4. abstract def enterAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit

    Enter a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  5. abstract def enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  6. abstract def enterBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  7. abstract def enterBooleanValue(ctx: BooleanValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Enter a parse tree produced by DeltaSqlBaseParser#booleanValue.

    ctx

    the parse tree

  8. abstract def enterCheckConstraint(ctx: CheckConstraintContext): Unit

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Enter a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    ctx

    the parse tree

  9. abstract def enterClone(ctx: CloneContext): Unit

    Enter a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  10. abstract def enterCloneTableHeader(ctx: CloneTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    ctx

    the parse tree

  11. abstract def enterClusterBy(ctx: ClusterByContext): Unit

    Enter a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  12. abstract def enterClusterBySpec(ctx: ClusterBySpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Enter a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    ctx

    the parse tree

  13. abstract def enterColType(ctx: ColTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    ctx

    the parse tree

  14. abstract def enterColTypeList(ctx: ColTypeListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    ctx

    the parse tree

  15. abstract def enterConvert(ctx: ConvertContext): Unit

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  16. abstract def enterCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    ctx

    the parse tree

  17. abstract def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  18. abstract def enterDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  19. abstract def enterDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  20. abstract def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  21. abstract def enterDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  22. abstract def enterDryRun(ctx: DryRunContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#dryRun.

    Enter a parse tree produced by DeltaSqlBaseParser#dryRun.

    ctx

    the parse tree

  23. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  24. abstract def enterExprToken(ctx: ExprTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    ctx

    the parse tree

  25. abstract def enterFeatureNameValue(ctx: FeatureNameValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Enter a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    ctx

    the parse tree

  26. abstract def enterGenerate(ctx: GenerateContext): Unit

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  27. abstract def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  28. abstract def enterInventory(ctx: InventoryContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#inventory.

    Enter a parse tree produced by DeltaSqlBaseParser#inventory.

    ctx

    the parse tree

  29. abstract def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    ctx

    the parse tree

  30. abstract def enterOptimizeTable(ctx: OptimizeTableContext): Unit

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  31. abstract def enterPassThrough(ctx: PassThroughContext): Unit

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  32. abstract def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    ctx

    the parse tree

  33. abstract def enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Enter a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    ctx

    the parse tree

  34. abstract def enterProperty(ctx: PropertyContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#property.

    Enter a parse tree produced by DeltaSqlBaseParser#property.

    ctx

    the parse tree

  35. abstract def enterPropertyKey(ctx: PropertyKeyContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyKey.

    ctx

    the parse tree

  36. abstract def enterPropertyList(ctx: PropertyListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyList.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyList.

    ctx

    the parse tree

  37. abstract def enterPropertyValue(ctx: PropertyValueContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Enter a parse tree produced by DeltaSqlBaseParser#propertyValue.

    ctx

    the parse tree

  38. abstract def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    ctx

    the parse tree

  39. abstract def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    ctx

    the parse tree

  40. abstract def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    ctx

    the parse tree

  41. abstract def enterReorgTable(ctx: ReorgTableContext): Unit

    Enter a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  42. abstract def enterReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Enter a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    ctx

    the parse tree

  43. abstract def enterRestore(ctx: RestoreContext): Unit

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  44. abstract def enterRetain(ctx: RetainContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#retain.

    Enter a parse tree produced by DeltaSqlBaseParser#retain.

    ctx

    the parse tree

  45. abstract def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    ctx

    the parse tree

  46. abstract def enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  47. abstract def enterStringLit(ctx: StringLitContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#stringLit.

    Enter a parse tree produced by DeltaSqlBaseParser#stringLit.

    ctx

    the parse tree

  48. abstract def enterSubQuery(ctx: SubQueryContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#subQuery.

    Enter a parse tree produced by DeltaSqlBaseParser#subQuery.

    ctx

    the parse tree

  49. abstract def enterTemporalClause(ctx: TemporalClauseContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    ctx

    the parse tree

  50. abstract def enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Enter a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  51. abstract def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    ctx

    the parse tree

  52. abstract def enterVacuumModifiers(ctx: VacuumModifiersContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    ctx

    the parse tree

  53. abstract def enterVacuumTable(ctx: VacuumTableContext): Unit

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Enter a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  54. abstract def enterVacuumType(ctx: VacuumTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Enter a parse tree produced by DeltaSqlBaseParser#vacuumType.

    ctx

    the parse tree

  55. abstract def enterZorderSpec(ctx: ZorderSpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    ctx

    the parse tree

  56. abstract def exitAddTableConstraint(ctx: AddTableConstraintContext): Unit

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  57. abstract def exitAlterTableClusterBy(ctx: AlterTableClusterByContext): Unit

    Exit a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableClusterBy labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  58. abstract def exitAlterTableDropFeature(ctx: AlterTableDropFeatureContext): Unit

    Exit a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableDropFeature labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  59. abstract def exitAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): Unit

    Exit a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the alterTableSyncIdentity labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  60. abstract def exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  61. abstract def exitBigIntLiteral(ctx: BigIntLiteralContext): Unit

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  62. abstract def exitBooleanValue(ctx: BooleanValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Exit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    ctx

    the parse tree

  63. abstract def exitCheckConstraint(ctx: CheckConstraintContext): Unit

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Exit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    ctx

    the parse tree

  64. abstract def exitClone(ctx: CloneContext): Unit

    Exit a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the clone labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  65. abstract def exitCloneTableHeader(ctx: CloneTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    ctx

    the parse tree

  66. abstract def exitClusterBy(ctx: ClusterByContext): Unit

    Exit a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the clusterBy labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  67. abstract def exitClusterBySpec(ctx: ClusterBySpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Exit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    ctx

    the parse tree

  68. abstract def exitColType(ctx: ColTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    ctx

    the parse tree

  69. abstract def exitColTypeList(ctx: ColTypeListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    ctx

    the parse tree

  70. abstract def exitConvert(ctx: ConvertContext): Unit

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  71. abstract def exitCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    ctx

    the parse tree

  72. abstract def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  73. abstract def exitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): Unit

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  74. abstract def exitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): Unit

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  75. abstract def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  76. abstract def exitDropTableConstraint(ctx: DropTableConstraintContext): Unit

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  77. abstract def exitDryRun(ctx: DryRunContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#dryRun.

    Exit a parse tree produced by DeltaSqlBaseParser#dryRun.

    ctx

    the parse tree

  78. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  79. abstract def exitExprToken(ctx: ExprTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    ctx

    the parse tree

  80. abstract def exitFeatureNameValue(ctx: FeatureNameValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Exit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    ctx

    the parse tree

  81. abstract def exitGenerate(ctx: GenerateContext): Unit

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  82. abstract def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  83. abstract def exitInventory(ctx: InventoryContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#inventory.

    Exit a parse tree produced by DeltaSqlBaseParser#inventory.

    ctx

    the parse tree

  84. abstract def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Exit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    ctx

    the parse tree

  85. abstract def exitOptimizeTable(ctx: OptimizeTableContext): Unit

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  86. abstract def exitPassThrough(ctx: PassThroughContext): Unit

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  87. abstract def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    ctx

    the parse tree

  88. abstract def exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Exit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    ctx

    the parse tree

  89. abstract def exitProperty(ctx: PropertyContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#property.

    Exit a parse tree produced by DeltaSqlBaseParser#property.

    ctx

    the parse tree

  90. abstract def exitPropertyKey(ctx: PropertyKeyContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    ctx

    the parse tree

  91. abstract def exitPropertyList(ctx: PropertyListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyList.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyList.

    ctx

    the parse tree

  92. abstract def exitPropertyValue(ctx: PropertyValueContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Exit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    ctx

    the parse tree

  93. abstract def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    ctx

    the parse tree

  94. abstract def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Exit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    ctx

    the parse tree

  95. abstract def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    ctx

    the parse tree

  96. abstract def exitReorgTable(ctx: ReorgTableContext): Unit

    Exit a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the reorgTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  97. abstract def exitReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Exit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    ctx

    the parse tree

  98. abstract def exitRestore(ctx: RestoreContext): Unit

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  99. abstract def exitRetain(ctx: RetainContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#retain.

    Exit a parse tree produced by DeltaSqlBaseParser#retain.

    ctx

    the parse tree

  100. abstract def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    ctx

    the parse tree

  101. abstract def exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  102. abstract def exitStringLit(ctx: StringLitContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#stringLit.

    Exit a parse tree produced by DeltaSqlBaseParser#stringLit.

    ctx

    the parse tree

  103. abstract def exitSubQuery(ctx: SubQueryContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#subQuery.

    Exit a parse tree produced by DeltaSqlBaseParser#subQuery.

    ctx

    the parse tree

  104. abstract def exitTemporalClause(ctx: TemporalClauseContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    ctx

    the parse tree

  105. abstract def exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Exit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    ctx

    the parse tree

  106. abstract def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    ctx

    the parse tree

  107. abstract def exitVacuumModifiers(ctx: VacuumModifiersContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    ctx

    the parse tree

  108. abstract def exitVacuumTable(ctx: VacuumTableContext): Unit

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Exit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    ctx

    the parse tree

  109. abstract def exitVacuumType(ctx: VacuumTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Exit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    ctx

    the parse tree

  110. abstract def exitZorderSpec(ctx: ZorderSpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    ctx

    the parse tree

  111. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  112. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped