o

io.delta.sql.parser

PostProcessor

case object PostProcessor extends DeltaSqlBaseBaseListener with Product with Serializable

Fork from org.apache.spark.sql.catalyst.parser.PostProcessor.

See also

https://github.com/apache/spark/blob/v2.4.4/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParseDriver.scala#L248

Linear Supertypes
Serializable, Product, Equals, DeltaSqlBaseBaseListener, DeltaSqlBaseListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostProcessor
  2. Serializable
  3. Product
  4. Equals
  5. DeltaSqlBaseBaseListener
  6. DeltaSqlBaseListener
  7. ParseTreeListener
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  7. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  8. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  9. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  10. def enterColType(ctx: ColTypeContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    Enter a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  11. def enterColTypeList(ctx: ColTypeListContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Enter a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  12. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  13. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  14. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  15. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  16. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  17. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  18. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  19. def enterExprToken(ctx: ExprTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    Enter a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  20. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  21. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  22. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Enter a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  23. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  24. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  25. def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Enter a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  26. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  27. def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Enter a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  28. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Enter a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  29. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  30. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  31. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Enter a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  32. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  33. def enterTemporalClause(ctx: TemporalClauseContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Enter a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  34. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  35. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  36. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  37. def enterZorderSpec(ctx: ZorderSpecContext): Unit

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Enter a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  41. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  42. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  43. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  44. def exitColType(ctx: ColTypeContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    Exit a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  45. def exitColTypeList(ctx: ColTypeListContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Exit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  46. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  47. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  48. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  49. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  50. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  51. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  52. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  53. def exitExprToken(ctx: ExprTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Exit a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  54. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  55. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  56. def exitNonReserved(ctx: NonReservedContext): Unit

    Treat non-reserved keywords as Identifiers.

    Treat non-reserved keywords as Identifiers.

    ctx

    the parse tree

    Definition Classes
    PostProcessorDeltaSqlBaseBaseListenerDeltaSqlBaseListener
  57. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  58. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  59. def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Exit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  60. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  61. def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Exit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  62. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Remove the back ticks from an Identifier.

    Remove the back ticks from an Identifier.

    ctx

    the parse tree

    Definition Classes
    PostProcessorDeltaSqlBaseBaseListenerDeltaSqlBaseListener
  63. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  64. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  65. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Exit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  66. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  67. def exitTemporalClause(ctx: TemporalClauseContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Exit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  68. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  69. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  70. 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.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  71. def exitZorderSpec(ctx: ZorderSpecContext): Unit

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Exit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    DeltaSqlBaseBaseListenerDeltaSqlBaseListener
    Annotations
    @Override()
  72. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  73. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. def productElementName(n: Int): String
    Definition Classes
    Product
  79. def productElementNames: Iterator[String]
    Definition Classes
    Product
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  82. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    DeltaSqlBaseBaseListener → ParseTreeListener
    Annotations
    @Override()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DeltaSqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped