Packages

c

org.apache.spark.sql.catalyst.parser

UnclosedCommentProcessor

case class UnclosedCommentProcessor(command: String, tokenStream: CommonTokenStream) extends SqlBaseParserBaseListener with Product with Serializable

The post-processor checks the unclosed bracketed comment.

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

Instance Constructors

  1. new UnclosedCommentProcessor(command: String, tokenStream: CommonTokenStream)

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. val command: String
  7. def enterAddTableColumns(ctx: AddTableColumnsContext): Unit

    Enter a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  8. def enterAddTablePartition(ctx: AddTablePartitionContext): Unit

    Enter a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  9. def enterAggregationClause(ctx: AggregationClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#aggregationClause.

    Enter a parse tree produced by SqlBaseParser#aggregationClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  10. def enterAliasedQuery(ctx: AliasedQueryContext): Unit

    Enter a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  11. def enterAliasedRelation(ctx: AliasedRelationContext): Unit

    Enter a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  12. def enterAlterColumnAction(ctx: AlterColumnActionContext): Unit

    Enter a parse tree produced by SqlBaseParser#alterColumnAction.

    Enter a parse tree produced by SqlBaseParser#alterColumnAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  13. def enterAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): Unit

    Enter a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  14. def enterAlterViewQuery(ctx: AlterViewQueryContext): Unit

    Enter a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  15. def enterAnalyze(ctx: AnalyzeContext): Unit

    Enter a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  16. def enterAnalyzeTables(ctx: AnalyzeTablesContext): Unit

    Enter a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  17. def enterAnsiNonReserved(ctx: AnsiNonReservedContext): Unit

    Enter a parse tree produced by SqlBaseParser#ansiNonReserved.

    Enter a parse tree produced by SqlBaseParser#ansiNonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  18. def enterAny_value(ctx: Any_valueContext): Unit

    Enter a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  19. def enterApplyTransform(ctx: ApplyTransformContext): Unit

    Enter a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    Enter a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  20. def enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Enter a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  21. def enterArithmeticOperator(ctx: ArithmeticOperatorContext): Unit

    Enter a parse tree produced by SqlBaseParser#arithmeticOperator.

    Enter a parse tree produced by SqlBaseParser#arithmeticOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  22. def enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Enter a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  23. def enterAssignment(ctx: AssignmentContext): Unit

    Enter a parse tree produced by SqlBaseParser#assignment.

    Enter a parse tree produced by SqlBaseParser#assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  24. def enterAssignmentList(ctx: AssignmentListContext): Unit

    Enter a parse tree produced by SqlBaseParser#assignmentList.

    Enter a parse tree produced by SqlBaseParser#assignmentList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  25. def enterBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#backQuotedIdentifier.

    Enter a parse tree produced by SqlBaseParser#backQuotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  26. def enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  27. def enterBigIntLiteral(ctx: BigIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  28. def enterBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Enter a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  29. def enterBooleanValue(ctx: BooleanValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#booleanValue.

    Enter a parse tree produced by SqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  30. def enterBucketSpec(ctx: BucketSpecContext): Unit

    Enter a parse tree produced by SqlBaseParser#bucketSpec.

    Enter a parse tree produced by SqlBaseParser#bucketSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  31. def enterCacheTable(ctx: CacheTableContext): Unit

    Enter a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  32. def enterCast(ctx: CastContext): Unit

    Enter a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  33. def enterClearCache(ctx: ClearCacheContext): Unit

    Enter a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  34. def enterColDefinitionOption(ctx: ColDefinitionOptionContext): Unit

    Enter a parse tree produced by SqlBaseParser#colDefinitionOption.

    Enter a parse tree produced by SqlBaseParser#colDefinitionOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  35. def enterColPosition(ctx: ColPositionContext): Unit

    Enter a parse tree produced by SqlBaseParser#colPosition.

    Enter a parse tree produced by SqlBaseParser#colPosition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  36. def enterColType(ctx: ColTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#colType.

    Enter a parse tree produced by SqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  37. def enterColTypeList(ctx: ColTypeListContext): Unit

    Enter a parse tree produced by SqlBaseParser#colTypeList.

    Enter a parse tree produced by SqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  38. def enterColumnReference(ctx: ColumnReferenceContext): Unit

    Enter a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  39. def enterComment(ctx: CommentContext): Unit

    Enter a parse tree produced by SqlBaseParser#comment.

    Enter a parse tree produced by SqlBaseParser#comment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  40. def enterCommentNamespace(ctx: CommentNamespaceContext): Unit

    Enter a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  41. def enterCommentSpec(ctx: CommentSpecContext): Unit

    Enter a parse tree produced by SqlBaseParser#commentSpec.

    Enter a parse tree produced by SqlBaseParser#commentSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  42. def enterCommentTable(ctx: CommentTableContext): Unit

    Enter a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  43. def enterComparison(ctx: ComparisonContext): Unit

    Enter a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  44. def enterComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Enter a parse tree produced by SqlBaseParser#comparisonOperator.

    Enter a parse tree produced by SqlBaseParser#comparisonOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  45. def enterComplexColType(ctx: ComplexColTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#complexColType.

    Enter a parse tree produced by SqlBaseParser#complexColType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  46. def enterComplexColTypeList(ctx: ComplexColTypeListContext): Unit

    Enter a parse tree produced by SqlBaseParser#complexColTypeList.

    Enter a parse tree produced by SqlBaseParser#complexColTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  47. def enterComplexDataType(ctx: ComplexDataTypeContext): Unit

    Enter a parse tree produced by the complexDataType labeled alternative in SqlBaseParser#dataType.

    Enter a parse tree produced by the complexDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  48. def enterConfigKey(ctx: ConfigKeyContext): Unit

    Enter a parse tree produced by SqlBaseParser#configKey.

    Enter a parse tree produced by SqlBaseParser#configKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  49. def enterConfigValue(ctx: ConfigValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#configValue.

    Enter a parse tree produced by SqlBaseParser#configValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  50. def enterConstantDefault(ctx: ConstantDefaultContext): Unit

    Enter a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  51. def enterConstantList(ctx: ConstantListContext): Unit

    Enter a parse tree produced by SqlBaseParser#constantList.

    Enter a parse tree produced by SqlBaseParser#constantList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  52. def enterCreateFileFormat(ctx: CreateFileFormatContext): Unit

    Enter a parse tree produced by SqlBaseParser#createFileFormat.

    Enter a parse tree produced by SqlBaseParser#createFileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  53. def enterCreateFunction(ctx: CreateFunctionContext): Unit

    Enter a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  54. def enterCreateIndex(ctx: CreateIndexContext): Unit

    Enter a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  55. def enterCreateNamespace(ctx: CreateNamespaceContext): Unit

    Enter a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  56. def enterCreateOrReplaceTableColType(ctx: CreateOrReplaceTableColTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#createOrReplaceTableColType.

    Enter a parse tree produced by SqlBaseParser#createOrReplaceTableColType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  57. def enterCreateOrReplaceTableColTypeList(ctx: CreateOrReplaceTableColTypeListContext): Unit

    Enter a parse tree produced by SqlBaseParser#createOrReplaceTableColTypeList.

    Enter a parse tree produced by SqlBaseParser#createOrReplaceTableColTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  58. def enterCreateTable(ctx: CreateTableContext): Unit

    Enter a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  59. def enterCreateTableClauses(ctx: CreateTableClausesContext): Unit

    Enter a parse tree produced by SqlBaseParser#createTableClauses.

    Enter a parse tree produced by SqlBaseParser#createTableClauses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  60. def enterCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Enter a parse tree produced by SqlBaseParser#createTableHeader.

    Enter a parse tree produced by SqlBaseParser#createTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  61. def enterCreateTableLike(ctx: CreateTableLikeContext): Unit

    Enter a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  62. def enterCreateTempViewUsing(ctx: CreateTempViewUsingContext): Unit

    Enter a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  63. def enterCreateView(ctx: CreateViewContext): Unit

    Enter a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  64. def enterCtes(ctx: CtesContext): Unit

    Enter a parse tree produced by SqlBaseParser#ctes.

    Enter a parse tree produced by SqlBaseParser#ctes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  65. def enterCurrentLike(ctx: CurrentLikeContext): Unit

    Enter a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  66. def enterDatetimeUnit(ctx: DatetimeUnitContext): Unit

    Enter a parse tree produced by SqlBaseParser#datetimeUnit.

    Enter a parse tree produced by SqlBaseParser#datetimeUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  67. def enterDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): Unit

    Enter a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Enter a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  68. def enterDecimalLiteral(ctx: DecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  69. def enterDefaultExpression(ctx: DefaultExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#defaultExpression.

    Enter a parse tree produced by SqlBaseParser#defaultExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  70. def enterDeleteFromTable(ctx: DeleteFromTableContext): Unit

    Enter a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Enter a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  71. def enterDereference(ctx: DereferenceContext): Unit

    Enter a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  72. def enterDescribeColName(ctx: DescribeColNameContext): Unit

    Enter a parse tree produced by SqlBaseParser#describeColName.

    Enter a parse tree produced by SqlBaseParser#describeColName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  73. def enterDescribeFuncName(ctx: DescribeFuncNameContext): Unit

    Enter a parse tree produced by SqlBaseParser#describeFuncName.

    Enter a parse tree produced by SqlBaseParser#describeFuncName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  74. def enterDescribeFunction(ctx: DescribeFunctionContext): Unit

    Enter a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  75. def enterDescribeNamespace(ctx: DescribeNamespaceContext): Unit

    Enter a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  76. def enterDescribeQuery(ctx: DescribeQueryContext): Unit

    Enter a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  77. def enterDescribeRelation(ctx: DescribeRelationContext): Unit

    Enter a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  78. def enterDmlStatement(ctx: DmlStatementContext): Unit

    Enter a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  79. def enterDoubleLiteral(ctx: DoubleLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  80. def enterDropFunction(ctx: DropFunctionContext): Unit

    Enter a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  81. def enterDropIndex(ctx: DropIndexContext): Unit

    Enter a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  82. def enterDropNamespace(ctx: DropNamespaceContext): Unit

    Enter a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  83. def enterDropTable(ctx: DropTableContext): Unit

    Enter a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  84. def enterDropTableColumns(ctx: DropTableColumnsContext): Unit

    Enter a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  85. def enterDropTablePartitions(ctx: DropTablePartitionsContext): Unit

    Enter a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  86. def enterDropView(ctx: DropViewContext): Unit

    Enter a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  87. def enterErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

    Enter a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  88. def enterErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

    Enter a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  89. def enterErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

    Enter a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  90. def enterErrorIdent(ctx: ErrorIdentContext): Unit

    Enter a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Enter a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  91. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  92. def enterExists(ctx: ExistsContext): Unit

    Enter a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  93. def enterExplain(ctx: ExplainContext): Unit

    Enter a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  94. def enterExponentLiteral(ctx: ExponentLiteralContext): Unit

    Enter a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    Enter a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  95. def enterExpression(ctx: ExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#expression.

    Enter a parse tree produced by SqlBaseParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  96. def enterExpressionSeq(ctx: ExpressionSeqContext): Unit

    Enter a parse tree produced by SqlBaseParser#expressionSeq.

    Enter a parse tree produced by SqlBaseParser#expressionSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  97. def enterExtract(ctx: ExtractContext): Unit

    Enter a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  98. def enterFailNativeCommand(ctx: FailNativeCommandContext): Unit

    Enter a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  99. def enterFirst(ctx: FirstContext): Unit

    Enter a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  100. def enterFloatLiteral(ctx: FloatLiteralContext): Unit

    Enter a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    Enter a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  101. def enterFrameBound(ctx: FrameBoundContext): Unit

    Enter a parse tree produced by SqlBaseParser#frameBound.

    Enter a parse tree produced by SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  102. def enterFromClause(ctx: FromClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#fromClause.

    Enter a parse tree produced by SqlBaseParser#fromClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  103. def enterFromStatement(ctx: FromStatementContext): Unit

    Enter a parse tree produced by SqlBaseParser#fromStatement.

    Enter a parse tree produced by SqlBaseParser#fromStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  104. def enterFromStatementBody(ctx: FromStatementBodyContext): Unit

    Enter a parse tree produced by SqlBaseParser#fromStatementBody.

    Enter a parse tree produced by SqlBaseParser#fromStatementBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  105. def enterFromStmt(ctx: FromStmtContext): Unit

    Enter a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  106. def enterFunctionCall(ctx: FunctionCallContext): Unit

    Enter a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  107. def enterFunctionIdentifier(ctx: FunctionIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#functionIdentifier.

    Enter a parse tree produced by SqlBaseParser#functionIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  108. def enterFunctionName(ctx: FunctionNameContext): Unit

    Enter a parse tree produced by SqlBaseParser#functionName.

    Enter a parse tree produced by SqlBaseParser#functionName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  109. def enterFunctionTable(ctx: FunctionTableContext): Unit

    Enter a parse tree produced by SqlBaseParser#functionTable.

    Enter a parse tree produced by SqlBaseParser#functionTable.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  110. def enterGenerationExpression(ctx: GenerationExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#generationExpression.

    Enter a parse tree produced by SqlBaseParser#generationExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  111. def enterGenericFileFormat(ctx: GenericFileFormatContext): Unit

    Enter a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Enter a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  112. def enterGroupByClause(ctx: GroupByClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupByClause.

    Enter a parse tree produced by SqlBaseParser#groupByClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  113. def enterGroupingAnalytics(ctx: GroupingAnalyticsContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupingAnalytics.

    Enter a parse tree produced by SqlBaseParser#groupingAnalytics.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  114. def enterGroupingElement(ctx: GroupingElementContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupingElement.

    Enter a parse tree produced by SqlBaseParser#groupingElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  115. def enterGroupingSet(ctx: GroupingSetContext): Unit

    Enter a parse tree produced by SqlBaseParser#groupingSet.

    Enter a parse tree produced by SqlBaseParser#groupingSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  116. def enterHavingClause(ctx: HavingClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#havingClause.

    Enter a parse tree produced by SqlBaseParser#havingClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  117. def enterHint(ctx: HintContext): Unit

    Enter a parse tree produced by SqlBaseParser#hint.

    Enter a parse tree produced by SqlBaseParser#hint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  118. def enterHintStatement(ctx: HintStatementContext): Unit

    Enter a parse tree produced by SqlBaseParser#hintStatement.

    Enter a parse tree produced by SqlBaseParser#hintStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  119. def enterHiveChangeColumn(ctx: HiveChangeColumnContext): Unit

    Enter a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  120. def enterHiveReplaceColumns(ctx: HiveReplaceColumnsContext): Unit

    Enter a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  121. def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#identifier.

    Enter a parse tree produced by SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  122. def enterIdentifierComment(ctx: IdentifierCommentContext): Unit

    Enter a parse tree produced by SqlBaseParser#identifierComment.

    Enter a parse tree produced by SqlBaseParser#identifierComment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  123. def enterIdentifierCommentList(ctx: IdentifierCommentListContext): Unit

    Enter a parse tree produced by SqlBaseParser#identifierCommentList.

    Enter a parse tree produced by SqlBaseParser#identifierCommentList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  124. def enterIdentifierList(ctx: IdentifierListContext): Unit

    Enter a parse tree produced by SqlBaseParser#identifierList.

    Enter a parse tree produced by SqlBaseParser#identifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  125. def enterIdentifierSeq(ctx: IdentifierSeqContext): Unit

    Enter a parse tree produced by SqlBaseParser#identifierSeq.

    Enter a parse tree produced by SqlBaseParser#identifierSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  126. def enterIdentityTransform(ctx: IdentityTransformContext): Unit

    Enter a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    Enter a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  127. def enterInlineTable(ctx: InlineTableContext): Unit

    Enter a parse tree produced by SqlBaseParser#inlineTable.

    Enter a parse tree produced by SqlBaseParser#inlineTable.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  128. def enterInlineTableDefault1(ctx: InlineTableDefault1Context): Unit

    Enter a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  129. def enterInlineTableDefault2(ctx: InlineTableDefault2Context): Unit

    Enter a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  130. def enterInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): Unit

    Enter a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    Enter a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  131. def enterInsertIntoTable(ctx: InsertIntoTableContext): Unit

    Enter a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    Enter a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  132. def enterInsertOverwriteDir(ctx: InsertOverwriteDirContext): Unit

    Enter a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    Enter a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  133. def enterInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): Unit

    Enter a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    Enter a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  134. def enterInsertOverwriteTable(ctx: InsertOverwriteTableContext): Unit

    Enter a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    Enter a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  135. def enterIntegerLiteral(ctx: IntegerLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  136. def enterInterval(ctx: IntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#interval.

    Enter a parse tree produced by SqlBaseParser#interval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  137. def enterIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Enter a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  138. def enterIntervalValue(ctx: IntervalValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#intervalValue.

    Enter a parse tree produced by SqlBaseParser#intervalValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  139. def enterJoinCriteria(ctx: JoinCriteriaContext): Unit

    Enter a parse tree produced by SqlBaseParser#joinCriteria.

    Enter a parse tree produced by SqlBaseParser#joinCriteria.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  140. def enterJoinRelation(ctx: JoinRelationContext): Unit

    Enter a parse tree produced by SqlBaseParser#joinRelation.

    Enter a parse tree produced by SqlBaseParser#joinRelation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  141. def enterJoinType(ctx: JoinTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#joinType.

    Enter a parse tree produced by SqlBaseParser#joinType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  142. def enterLambda(ctx: LambdaContext): Unit

    Enter a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  143. def enterLast(ctx: LastContext): Unit

    Enter a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  144. def enterLateralView(ctx: LateralViewContext): Unit

    Enter a parse tree produced by SqlBaseParser#lateralView.

    Enter a parse tree produced by SqlBaseParser#lateralView.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  145. def enterLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): Unit

    Enter a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    Enter a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  146. def enterLoadData(ctx: LoadDataContext): Unit

    Enter a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  147. def enterLocationSpec(ctx: LocationSpecContext): Unit

    Enter a parse tree produced by SqlBaseParser#locationSpec.

    Enter a parse tree produced by SqlBaseParser#locationSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  148. def enterLogicalBinary(ctx: LogicalBinaryContext): Unit

    Enter a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  149. def enterLogicalNot(ctx: LogicalNotContext): Unit

    Enter a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  150. def enterManageResource(ctx: ManageResourceContext): Unit

    Enter a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  151. def enterMatchedAction(ctx: MatchedActionContext): Unit

    Enter a parse tree produced by SqlBaseParser#matchedAction.

    Enter a parse tree produced by SqlBaseParser#matchedAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  152. def enterMatchedClause(ctx: MatchedClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#matchedClause.

    Enter a parse tree produced by SqlBaseParser#matchedClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  153. def enterMergeIntoTable(ctx: MergeIntoTableContext): Unit

    Enter a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Enter a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  154. def enterMultiInsertQuery(ctx: MultiInsertQueryContext): Unit

    Enter a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Enter a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  155. def enterMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit

    Enter a parse tree produced by SqlBaseParser#multiInsertQueryBody.

    Enter a parse tree produced by SqlBaseParser#multiInsertQueryBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  156. def enterMultiUnitsInterval(ctx: MultiUnitsIntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#multiUnitsInterval.

    Enter a parse tree produced by SqlBaseParser#multiUnitsInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  157. def enterMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#multipartIdentifier.

    Enter a parse tree produced by SqlBaseParser#multipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  158. def enterMultipartIdentifierList(ctx: MultipartIdentifierListContext): Unit

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierList.

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  159. def enterMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): Unit

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierProperty.

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierProperty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  160. def enterMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): Unit

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierPropertyList.

    Enter a parse tree produced by SqlBaseParser#multipartIdentifierPropertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  161. def enterNamedExpression(ctx: NamedExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#namedExpression.

    Enter a parse tree produced by SqlBaseParser#namedExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  162. def enterNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit

    Enter a parse tree produced by SqlBaseParser#namedExpressionSeq.

    Enter a parse tree produced by SqlBaseParser#namedExpressionSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  163. def enterNamedQuery(ctx: NamedQueryContext): Unit

    Enter a parse tree produced by SqlBaseParser#namedQuery.

    Enter a parse tree produced by SqlBaseParser#namedQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  164. def enterNamedWindow(ctx: NamedWindowContext): Unit

    Enter a parse tree produced by SqlBaseParser#namedWindow.

    Enter a parse tree produced by SqlBaseParser#namedWindow.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  165. def enterNamespace(ctx: NamespaceContext): Unit

    Enter a parse tree produced by SqlBaseParser#namespace.

    Enter a parse tree produced by SqlBaseParser#namespace.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  166. def enterNamespaces(ctx: NamespacesContext): Unit

    Enter a parse tree produced by SqlBaseParser#namespaces.

    Enter a parse tree produced by SqlBaseParser#namespaces.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  167. def enterNestedConstantList(ctx: NestedConstantListContext): Unit

    Enter a parse tree produced by SqlBaseParser#nestedConstantList.

    Enter a parse tree produced by SqlBaseParser#nestedConstantList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  168. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by SqlBaseParser#nonReserved.

    Enter a parse tree produced by SqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  169. def enterNotMatchedAction(ctx: NotMatchedActionContext): Unit

    Enter a parse tree produced by SqlBaseParser#notMatchedAction.

    Enter a parse tree produced by SqlBaseParser#notMatchedAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  170. def enterNotMatchedBySourceAction(ctx: NotMatchedBySourceActionContext): Unit

    Enter a parse tree produced by SqlBaseParser#notMatchedBySourceAction.

    Enter a parse tree produced by SqlBaseParser#notMatchedBySourceAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  171. def enterNotMatchedBySourceClause(ctx: NotMatchedBySourceClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#notMatchedBySourceClause.

    Enter a parse tree produced by SqlBaseParser#notMatchedBySourceClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  172. def enterNotMatchedClause(ctx: NotMatchedClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#notMatchedClause.

    Enter a parse tree produced by SqlBaseParser#notMatchedClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  173. def enterNullLiteral(ctx: NullLiteralContext): Unit

    Enter a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  174. def enterNumericLiteral(ctx: NumericLiteralContext): Unit

    Enter a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  175. def enterOrderedIdentifier(ctx: OrderedIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#orderedIdentifier.

    Enter a parse tree produced by SqlBaseParser#orderedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  176. def enterOrderedIdentifierList(ctx: OrderedIdentifierListContext): Unit

    Enter a parse tree produced by SqlBaseParser#orderedIdentifierList.

    Enter a parse tree produced by SqlBaseParser#orderedIdentifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  177. def enterOverlay(ctx: OverlayContext): Unit

    Enter a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  178. def enterParameterLiteral(ctx: ParameterLiteralContext): Unit

    Enter a parse tree produced by the parameterLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the parameterLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  179. def enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Enter a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  180. def enterPartitionColumn(ctx: PartitionColumnContext): Unit

    Enter a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    Enter a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  181. def enterPartitionFieldList(ctx: PartitionFieldListContext): Unit

    Enter a parse tree produced by SqlBaseParser#partitionFieldList.

    Enter a parse tree produced by SqlBaseParser#partitionFieldList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  182. def enterPartitionSpec(ctx: PartitionSpecContext): Unit

    Enter a parse tree produced by SqlBaseParser#partitionSpec.

    Enter a parse tree produced by SqlBaseParser#partitionSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  183. def enterPartitionSpecLocation(ctx: PartitionSpecLocationContext): Unit

    Enter a parse tree produced by SqlBaseParser#partitionSpecLocation.

    Enter a parse tree produced by SqlBaseParser#partitionSpecLocation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  184. def enterPartitionTransform(ctx: PartitionTransformContext): Unit

    Enter a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    Enter a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  185. def enterPartitionVal(ctx: PartitionValContext): Unit

    Enter a parse tree produced by SqlBaseParser#partitionVal.

    Enter a parse tree produced by SqlBaseParser#partitionVal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  186. def enterPercentile(ctx: PercentileContext): Unit

    Enter a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  187. def enterPivotClause(ctx: PivotClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#pivotClause.

    Enter a parse tree produced by SqlBaseParser#pivotClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  188. def enterPivotColumn(ctx: PivotColumnContext): Unit

    Enter a parse tree produced by SqlBaseParser#pivotColumn.

    Enter a parse tree produced by SqlBaseParser#pivotColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  189. def enterPivotValue(ctx: PivotValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#pivotValue.

    Enter a parse tree produced by SqlBaseParser#pivotValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  190. def enterPosition(ctx: PositionContext): Unit

    Enter a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  191. def enterPredicate(ctx: PredicateContext): Unit

    Enter a parse tree produced by SqlBaseParser#predicate.

    Enter a parse tree produced by SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  192. def enterPredicateOperator(ctx: PredicateOperatorContext): Unit

    Enter a parse tree produced by SqlBaseParser#predicateOperator.

    Enter a parse tree produced by SqlBaseParser#predicateOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  193. def enterPredicated(ctx: PredicatedContext): Unit

    Enter a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    Enter a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  194. def enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  195. def enterProperty(ctx: PropertyContext): Unit

    Enter a parse tree produced by SqlBaseParser#property.

    Enter a parse tree produced by SqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  196. def enterPropertyKey(ctx: PropertyKeyContext): Unit

    Enter a parse tree produced by SqlBaseParser#propertyKey.

    Enter a parse tree produced by SqlBaseParser#propertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  197. def enterPropertyList(ctx: PropertyListContext): Unit

    Enter a parse tree produced by SqlBaseParser#propertyList.

    Enter a parse tree produced by SqlBaseParser#propertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  198. def enterPropertyValue(ctx: PropertyValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#propertyValue.

    Enter a parse tree produced by SqlBaseParser#propertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  199. def enterQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): Unit

    Enter a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

    Enter a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  200. def enterQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): Unit

    Enter a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

    Enter a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  201. def enterQualifiedName(ctx: QualifiedNameContext): Unit

    Enter a parse tree produced by SqlBaseParser#qualifiedName.

    Enter a parse tree produced by SqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  202. def enterQualifiedNameList(ctx: QualifiedNameListContext): Unit

    Enter a parse tree produced by SqlBaseParser#qualifiedNameList.

    Enter a parse tree produced by SqlBaseParser#qualifiedNameList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  203. def enterQuery(ctx: SqlBaseParser.QueryContext): Unit

    Enter a parse tree produced by SqlBaseParser#query.

    Enter a parse tree produced by SqlBaseParser#query.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  204. def enterQueryOrganization(ctx: QueryOrganizationContext): Unit

    Enter a parse tree produced by SqlBaseParser#queryOrganization.

    Enter a parse tree produced by SqlBaseParser#queryOrganization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  205. def enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Enter a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  206. def enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Enter a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Enter a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  207. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#quotedIdentifier.

    Enter a parse tree produced by SqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  208. def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    Enter a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  209. def enterRealIdent(ctx: RealIdentContext): Unit

    Enter a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Enter a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  210. def enterRecoverPartitions(ctx: RecoverPartitionsContext): Unit

    Enter a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  211. def enterRefreshFunction(ctx: RefreshFunctionContext): Unit

    Enter a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  212. def enterRefreshResource(ctx: RefreshResourceContext): Unit

    Enter a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  213. def enterRefreshTable(ctx: RefreshTableContext): Unit

    Enter a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  214. def enterRegularQuerySpecification(ctx: RegularQuerySpecificationContext): Unit

    Enter a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Enter a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  215. def enterRelation(ctx: RelationContext): Unit

    Enter a parse tree produced by SqlBaseParser#relation.

    Enter a parse tree produced by SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  216. def enterRelationExtension(ctx: RelationExtensionContext): Unit

    Enter a parse tree produced by SqlBaseParser#relationExtension.

    Enter a parse tree produced by SqlBaseParser#relationExtension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  217. def enterRenameTable(ctx: RenameTableContext): Unit

    Enter a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  218. def enterRenameTableColumn(ctx: RenameTableColumnContext): Unit

    Enter a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  219. def enterRenameTablePartition(ctx: RenameTablePartitionContext): Unit

    Enter a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  220. def enterRepairTable(ctx: RepairTableContext): Unit

    Enter a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  221. def enterReplaceTable(ctx: ReplaceTableContext): Unit

    Enter a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  222. def enterReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Enter a parse tree produced by SqlBaseParser#replaceTableHeader.

    Enter a parse tree produced by SqlBaseParser#replaceTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  223. def enterResetConfiguration(ctx: ResetConfigurationContext): Unit

    Enter a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  224. def enterResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): Unit

    Enter a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  225. def enterResource(ctx: ResourceContext): Unit

    Enter a parse tree produced by SqlBaseParser#resource.

    Enter a parse tree produced by SqlBaseParser#resource.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  226. def enterRowConstructor(ctx: RowConstructorContext): Unit

    Enter a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  227. def enterRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit

    Enter a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    Enter a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  228. def enterRowFormatSerde(ctx: RowFormatSerdeContext): Unit

    Enter a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    Enter a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  229. def enterSample(ctx: SampleContext): Unit

    Enter a parse tree produced by SqlBaseParser#sample.

    Enter a parse tree produced by SqlBaseParser#sample.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  230. def enterSampleByBucket(ctx: SampleByBucketContext): Unit

    Enter a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    Enter a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  231. def enterSampleByBytes(ctx: SampleByBytesContext): Unit

    Enter a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    Enter a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  232. def enterSampleByPercentile(ctx: SampleByPercentileContext): Unit

    Enter a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    Enter a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  233. def enterSampleByRows(ctx: SampleByRowsContext): Unit

    Enter a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    Enter a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  234. def enterSearchedCase(ctx: SearchedCaseContext): Unit

    Enter a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  235. def enterSelectClause(ctx: SelectClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#selectClause.

    Enter a parse tree produced by SqlBaseParser#selectClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  236. def enterSetCatalog(ctx: SetCatalogContext): Unit

    Enter a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  237. def enterSetClause(ctx: SetClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#setClause.

    Enter a parse tree produced by SqlBaseParser#setClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  238. def enterSetConfiguration(ctx: SetConfigurationContext): Unit

    Enter a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  239. def enterSetNamespaceLocation(ctx: SetNamespaceLocationContext): Unit

    Enter a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  240. def enterSetNamespaceProperties(ctx: SetNamespacePropertiesContext): Unit

    Enter a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  241. def enterSetOperation(ctx: SetOperationContext): Unit

    Enter a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Enter a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  242. def enterSetQuantifier(ctx: SetQuantifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#setQuantifier.

    Enter a parse tree produced by SqlBaseParser#setQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  243. def enterSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): Unit

    Enter a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  244. def enterSetTableLocation(ctx: SetTableLocationContext): Unit

    Enter a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  245. def enterSetTableProperties(ctx: SetTablePropertiesContext): Unit

    Enter a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  246. def enterSetTableSerDe(ctx: SetTableSerDeContext): Unit

    Enter a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  247. def enterSetTimeZone(ctx: SetTimeZoneContext): Unit

    Enter a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  248. def enterShowCatalogs(ctx: ShowCatalogsContext): Unit

    Enter a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  249. def enterShowColumns(ctx: ShowColumnsContext): Unit

    Enter a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  250. def enterShowCreateTable(ctx: ShowCreateTableContext): Unit

    Enter a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  251. def enterShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): Unit

    Enter a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  252. def enterShowFunctions(ctx: ShowFunctionsContext): Unit

    Enter a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  253. def enterShowNamespaces(ctx: ShowNamespacesContext): Unit

    Enter a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  254. def enterShowPartitions(ctx: ShowPartitionsContext): Unit

    Enter a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  255. def enterShowTableExtended(ctx: ShowTableExtendedContext): Unit

    Enter a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  256. def enterShowTables(ctx: ShowTablesContext): Unit

    Enter a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  257. def enterShowTblProperties(ctx: ShowTblPropertiesContext): Unit

    Enter a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  258. def enterShowViews(ctx: ShowViewsContext): Unit

    Enter a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  259. def enterSimpleCase(ctx: SimpleCaseContext): Unit

    Enter a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  260. def enterSingleDataType(ctx: SingleDataTypeContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleDataType.

    Enter a parse tree produced by SqlBaseParser#singleDataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  261. def enterSingleExpression(ctx: SingleExpressionContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleExpression.

    Enter a parse tree produced by SqlBaseParser#singleExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  262. def enterSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

    Enter a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  263. def enterSingleInsertQuery(ctx: SingleInsertQueryContext): Unit

    Enter a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Enter a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  264. def enterSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

    Enter a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  265. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleStatement.

    Enter a parse tree produced by SqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  266. def enterSingleTableIdentifier(ctx: SingleTableIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleTableIdentifier.

    Enter a parse tree produced by SqlBaseParser#singleTableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  267. def enterSingleTableSchema(ctx: SingleTableSchemaContext): Unit

    Enter a parse tree produced by SqlBaseParser#singleTableSchema.

    Enter a parse tree produced by SqlBaseParser#singleTableSchema.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  268. def enterSkewSpec(ctx: SkewSpecContext): Unit

    Enter a parse tree produced by SqlBaseParser#skewSpec.

    Enter a parse tree produced by SqlBaseParser#skewSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  269. def enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  270. def enterSortItem(ctx: SortItemContext): Unit

    Enter a parse tree produced by SqlBaseParser#sortItem.

    Enter a parse tree produced by SqlBaseParser#sortItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  271. def enterStar(ctx: StarContext): Unit

    Enter a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  272. def enterStatementDefault(ctx: StatementDefaultContext): Unit

    Enter a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  273. def enterStorageHandler(ctx: StorageHandlerContext): Unit

    Enter a parse tree produced by SqlBaseParser#storageHandler.

    Enter a parse tree produced by SqlBaseParser#storageHandler.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  274. def enterStrictNonReserved(ctx: StrictNonReservedContext): Unit

    Enter a parse tree produced by SqlBaseParser#strictNonReserved.

    Enter a parse tree produced by SqlBaseParser#strictNonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  275. def enterStringLit(ctx: StringLitContext): Unit

    Enter a parse tree produced by SqlBaseParser#stringLit.

    Enter a parse tree produced by SqlBaseParser#stringLit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  276. def enterStringLiteral(ctx: StringLiteralContext): Unit

    Enter a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  277. def enterStruct(ctx: StructContext): Unit

    Enter a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  278. def enterSubquery(ctx: SubqueryContext): Unit

    Enter a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  279. def enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Enter a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  280. def enterSubscript(ctx: SubscriptContext): Unit

    Enter a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  281. def enterSubstring(ctx: SubstringContext): Unit

    Enter a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  282. def enterTable(ctx: TableContext): Unit

    Enter a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Enter a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  283. def enterTableAlias(ctx: TableAliasContext): Unit

    Enter a parse tree produced by SqlBaseParser#tableAlias.

    Enter a parse tree produced by SqlBaseParser#tableAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  284. def enterTableFileFormat(ctx: TableFileFormatContext): Unit

    Enter a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Enter a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  285. def enterTableIdentifier(ctx: TableIdentifierContext): Unit

    Enter a parse tree produced by SqlBaseParser#tableIdentifier.

    Enter a parse tree produced by SqlBaseParser#tableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  286. def enterTableName(ctx: TableNameContext): Unit

    Enter a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  287. def enterTableProvider(ctx: TableProviderContext): Unit

    Enter a parse tree produced by SqlBaseParser#tableProvider.

    Enter a parse tree produced by SqlBaseParser#tableProvider.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  288. def enterTableValuedFunction(ctx: TableValuedFunctionContext): Unit

    Enter a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    Enter a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  289. def enterTemporalClause(ctx: TemporalClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#temporalClause.

    Enter a parse tree produced by SqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  290. def enterTimestampadd(ctx: TimestampaddContext): Unit

    Enter a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  291. def enterTimestampdiff(ctx: TimestampdiffContext): Unit

    Enter a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  292. def enterTimezone(ctx: TimezoneContext): Unit

    Enter a parse tree produced by SqlBaseParser#timezone.

    Enter a parse tree produced by SqlBaseParser#timezone.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  293. def enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  294. def enterTransformArgument(ctx: TransformArgumentContext): Unit

    Enter a parse tree produced by SqlBaseParser#transformArgument.

    Enter a parse tree produced by SqlBaseParser#transformArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  295. def enterTransformClause(ctx: TransformClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#transformClause.

    Enter a parse tree produced by SqlBaseParser#transformClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  296. def enterTransformQuerySpecification(ctx: TransformQuerySpecificationContext): Unit

    Enter a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Enter a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  297. def enterTrim(ctx: TrimContext): Unit

    Enter a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    Enter a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  298. def enterTruncateTable(ctx: TruncateTableContext): Unit

    Enter a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  299. def enterTypeConstructor(ctx: TypeConstructorContext): Unit

    Enter a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    Enter a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  300. def enterUncacheTable(ctx: UncacheTableContext): Unit

    Enter a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  301. def enterUnitInMultiUnits(ctx: UnitInMultiUnitsContext): Unit

    Enter a parse tree produced by SqlBaseParser#unitInMultiUnits.

    Enter a parse tree produced by SqlBaseParser#unitInMultiUnits.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  302. def enterUnitInUnitToUnit(ctx: UnitInUnitToUnitContext): Unit

    Enter a parse tree produced by SqlBaseParser#unitInUnitToUnit.

    Enter a parse tree produced by SqlBaseParser#unitInUnitToUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  303. def enterUnitToUnitInterval(ctx: UnitToUnitIntervalContext): Unit

    Enter a parse tree produced by SqlBaseParser#unitToUnitInterval.

    Enter a parse tree produced by SqlBaseParser#unitToUnitInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  304. def enterUnpivotAlias(ctx: UnpivotAliasContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotAlias.

    Enter a parse tree produced by SqlBaseParser#unpivotAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  305. def enterUnpivotClause(ctx: UnpivotClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotClause.

    Enter a parse tree produced by SqlBaseParser#unpivotClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  306. def enterUnpivotColumn(ctx: UnpivotColumnContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotColumn.

    Enter a parse tree produced by SqlBaseParser#unpivotColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  307. def enterUnpivotColumnAndAlias(ctx: UnpivotColumnAndAliasContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotColumnAndAlias.

    Enter a parse tree produced by SqlBaseParser#unpivotColumnAndAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  308. def enterUnpivotColumnSet(ctx: UnpivotColumnSetContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotColumnSet.

    Enter a parse tree produced by SqlBaseParser#unpivotColumnSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  309. def enterUnpivotMultiValueColumnClause(ctx: UnpivotMultiValueColumnClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotMultiValueColumnClause.

    Enter a parse tree produced by SqlBaseParser#unpivotMultiValueColumnClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  310. def enterUnpivotNameColumn(ctx: UnpivotNameColumnContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotNameColumn.

    Enter a parse tree produced by SqlBaseParser#unpivotNameColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  311. def enterUnpivotNullClause(ctx: UnpivotNullClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotNullClause.

    Enter a parse tree produced by SqlBaseParser#unpivotNullClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  312. def enterUnpivotOperator(ctx: UnpivotOperatorContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotOperator.

    Enter a parse tree produced by SqlBaseParser#unpivotOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  313. def enterUnpivotSingleValueColumnClause(ctx: UnpivotSingleValueColumnClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotSingleValueColumnClause.

    Enter a parse tree produced by SqlBaseParser#unpivotSingleValueColumnClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  314. def enterUnpivotValueColumn(ctx: UnpivotValueColumnContext): Unit

    Enter a parse tree produced by SqlBaseParser#unpivotValueColumn.

    Enter a parse tree produced by SqlBaseParser#unpivotValueColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  315. def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    Enter a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  316. def enterUnsetTableProperties(ctx: UnsetTablePropertiesContext): Unit

    Enter a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  317. def enterUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): Unit

    Enter a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

    Enter a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  318. def enterUpdateTable(ctx: UpdateTableContext): Unit

    Enter a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Enter a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  319. def enterUse(ctx: UseContext): Unit

    Enter a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  320. def enterUseNamespace(ctx: UseNamespaceContext): Unit

    Enter a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    Enter a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  321. def enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Enter a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Enter a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  322. def enterVersion(ctx: VersionContext): Unit

    Enter a parse tree produced by SqlBaseParser#version.

    Enter a parse tree produced by SqlBaseParser#version.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  323. def enterWhenClause(ctx: WhenClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#whenClause.

    Enter a parse tree produced by SqlBaseParser#whenClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  324. def enterWhereClause(ctx: WhereClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#whereClause.

    Enter a parse tree produced by SqlBaseParser#whereClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  325. def enterWindowClause(ctx: WindowClauseContext): Unit

    Enter a parse tree produced by SqlBaseParser#windowClause.

    Enter a parse tree produced by SqlBaseParser#windowClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  326. def enterWindowDef(ctx: WindowDefContext): Unit

    Enter a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    Enter a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  327. def enterWindowFrame(ctx: WindowFrameContext): Unit

    Enter a parse tree produced by SqlBaseParser#windowFrame.

    Enter a parse tree produced by SqlBaseParser#windowFrame.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  328. def enterWindowRef(ctx: WindowRefContext): Unit

    Enter a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    Enter a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  329. def enterYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): Unit

    Enter a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Enter a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  330. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  331. def exitAddTableColumns(ctx: AddTableColumnsContext): Unit

    Exit a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  332. def exitAddTablePartition(ctx: AddTablePartitionContext): Unit

    Exit a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  333. def exitAggregationClause(ctx: AggregationClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#aggregationClause.

    Exit a parse tree produced by SqlBaseParser#aggregationClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  334. def exitAliasedQuery(ctx: AliasedQueryContext): Unit

    Exit a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  335. def exitAliasedRelation(ctx: AliasedRelationContext): Unit

    Exit a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  336. def exitAlterColumnAction(ctx: AlterColumnActionContext): Unit

    Exit a parse tree produced by SqlBaseParser#alterColumnAction.

    Exit a parse tree produced by SqlBaseParser#alterColumnAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  337. def exitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): Unit

    Exit a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  338. def exitAlterViewQuery(ctx: AlterViewQueryContext): Unit

    Exit a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  339. def exitAnalyze(ctx: AnalyzeContext): Unit

    Exit a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  340. def exitAnalyzeTables(ctx: AnalyzeTablesContext): Unit

    Exit a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  341. def exitAnsiNonReserved(ctx: AnsiNonReservedContext): Unit

    Exit a parse tree produced by SqlBaseParser#ansiNonReserved.

    Exit a parse tree produced by SqlBaseParser#ansiNonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  342. def exitAny_value(ctx: Any_valueContext): Unit

    Exit a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  343. def exitApplyTransform(ctx: ApplyTransformContext): Unit

    Exit a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    Exit a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  344. def exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit

    Exit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  345. def exitArithmeticOperator(ctx: ArithmeticOperatorContext): Unit

    Exit a parse tree produced by SqlBaseParser#arithmeticOperator.

    Exit a parse tree produced by SqlBaseParser#arithmeticOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  346. def exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit

    Exit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  347. def exitAssignment(ctx: AssignmentContext): Unit

    Exit a parse tree produced by SqlBaseParser#assignment.

    Exit a parse tree produced by SqlBaseParser#assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  348. def exitAssignmentList(ctx: AssignmentListContext): Unit

    Exit a parse tree produced by SqlBaseParser#assignmentList.

    Exit a parse tree produced by SqlBaseParser#assignmentList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  349. def exitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#backQuotedIdentifier.

    Exit a parse tree produced by SqlBaseParser#backQuotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  350. def exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  351. def exitBigIntLiteral(ctx: BigIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  352. def exitBooleanLiteral(ctx: BooleanLiteralContext): Unit

    Exit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  353. def exitBooleanValue(ctx: BooleanValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#booleanValue.

    Exit a parse tree produced by SqlBaseParser#booleanValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  354. def exitBucketSpec(ctx: BucketSpecContext): Unit

    Exit a parse tree produced by SqlBaseParser#bucketSpec.

    Exit a parse tree produced by SqlBaseParser#bucketSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  355. def exitCacheTable(ctx: CacheTableContext): Unit

    Exit a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  356. def exitCast(ctx: CastContext): Unit

    Exit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  357. def exitClearCache(ctx: ClearCacheContext): Unit

    Exit a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  358. def exitColDefinitionOption(ctx: ColDefinitionOptionContext): Unit

    Exit a parse tree produced by SqlBaseParser#colDefinitionOption.

    Exit a parse tree produced by SqlBaseParser#colDefinitionOption.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  359. def exitColPosition(ctx: ColPositionContext): Unit

    Exit a parse tree produced by SqlBaseParser#colPosition.

    Exit a parse tree produced by SqlBaseParser#colPosition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  360. def exitColType(ctx: ColTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#colType.

    Exit a parse tree produced by SqlBaseParser#colType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  361. def exitColTypeList(ctx: ColTypeListContext): Unit

    Exit a parse tree produced by SqlBaseParser#colTypeList.

    Exit a parse tree produced by SqlBaseParser#colTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  362. def exitColumnReference(ctx: ColumnReferenceContext): Unit

    Exit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  363. def exitComment(ctx: CommentContext): Unit

    Exit a parse tree produced by SqlBaseParser#comment.

    Exit a parse tree produced by SqlBaseParser#comment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  364. def exitCommentNamespace(ctx: CommentNamespaceContext): Unit

    Exit a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  365. def exitCommentSpec(ctx: CommentSpecContext): Unit

    Exit a parse tree produced by SqlBaseParser#commentSpec.

    Exit a parse tree produced by SqlBaseParser#commentSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  366. def exitCommentTable(ctx: CommentTableContext): Unit

    Exit a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  367. def exitComparison(ctx: ComparisonContext): Unit

    Exit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  368. def exitComparisonOperator(ctx: ComparisonOperatorContext): Unit

    Exit a parse tree produced by SqlBaseParser#comparisonOperator.

    Exit a parse tree produced by SqlBaseParser#comparisonOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  369. def exitComplexColType(ctx: ComplexColTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#complexColType.

    Exit a parse tree produced by SqlBaseParser#complexColType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  370. def exitComplexColTypeList(ctx: ComplexColTypeListContext): Unit

    Exit a parse tree produced by SqlBaseParser#complexColTypeList.

    Exit a parse tree produced by SqlBaseParser#complexColTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  371. def exitComplexDataType(ctx: ComplexDataTypeContext): Unit

    Exit a parse tree produced by the complexDataType labeled alternative in SqlBaseParser#dataType.

    Exit a parse tree produced by the complexDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  372. def exitConfigKey(ctx: ConfigKeyContext): Unit

    Exit a parse tree produced by SqlBaseParser#configKey.

    Exit a parse tree produced by SqlBaseParser#configKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  373. def exitConfigValue(ctx: ConfigValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#configValue.

    Exit a parse tree produced by SqlBaseParser#configValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  374. def exitConstantDefault(ctx: ConstantDefaultContext): Unit

    Exit a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  375. def exitConstantList(ctx: ConstantListContext): Unit

    Exit a parse tree produced by SqlBaseParser#constantList.

    Exit a parse tree produced by SqlBaseParser#constantList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  376. def exitCreateFileFormat(ctx: CreateFileFormatContext): Unit

    Exit a parse tree produced by SqlBaseParser#createFileFormat.

    Exit a parse tree produced by SqlBaseParser#createFileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  377. def exitCreateFunction(ctx: CreateFunctionContext): Unit

    Exit a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  378. def exitCreateIndex(ctx: CreateIndexContext): Unit

    Exit a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  379. def exitCreateNamespace(ctx: CreateNamespaceContext): Unit

    Exit a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  380. def exitCreateOrReplaceTableColType(ctx: CreateOrReplaceTableColTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#createOrReplaceTableColType.

    Exit a parse tree produced by SqlBaseParser#createOrReplaceTableColType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  381. def exitCreateOrReplaceTableColTypeList(ctx: CreateOrReplaceTableColTypeListContext): Unit

    Exit a parse tree produced by SqlBaseParser#createOrReplaceTableColTypeList.

    Exit a parse tree produced by SqlBaseParser#createOrReplaceTableColTypeList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  382. def exitCreateTable(ctx: CreateTableContext): Unit

    Exit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  383. def exitCreateTableClauses(ctx: CreateTableClausesContext): Unit

    Exit a parse tree produced by SqlBaseParser#createTableClauses.

    Exit a parse tree produced by SqlBaseParser#createTableClauses.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  384. def exitCreateTableHeader(ctx: CreateTableHeaderContext): Unit

    Exit a parse tree produced by SqlBaseParser#createTableHeader.

    Exit a parse tree produced by SqlBaseParser#createTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  385. def exitCreateTableLike(ctx: CreateTableLikeContext): Unit

    Exit a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  386. def exitCreateTempViewUsing(ctx: CreateTempViewUsingContext): Unit

    Exit a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  387. def exitCreateView(ctx: CreateViewContext): Unit

    Exit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  388. def exitCtes(ctx: CtesContext): Unit

    Exit a parse tree produced by SqlBaseParser#ctes.

    Exit a parse tree produced by SqlBaseParser#ctes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  389. def exitCurrentLike(ctx: CurrentLikeContext): Unit

    Exit a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  390. def exitDatetimeUnit(ctx: DatetimeUnitContext): Unit

    Exit a parse tree produced by SqlBaseParser#datetimeUnit.

    Exit a parse tree produced by SqlBaseParser#datetimeUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  391. def exitDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): Unit

    Exit a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Exit a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  392. def exitDecimalLiteral(ctx: DecimalLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  393. def exitDefaultExpression(ctx: DefaultExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#defaultExpression.

    Exit a parse tree produced by SqlBaseParser#defaultExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  394. def exitDeleteFromTable(ctx: DeleteFromTableContext): Unit

    Exit a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Exit a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  395. def exitDereference(ctx: DereferenceContext): Unit

    Exit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  396. def exitDescribeColName(ctx: DescribeColNameContext): Unit

    Exit a parse tree produced by SqlBaseParser#describeColName.

    Exit a parse tree produced by SqlBaseParser#describeColName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  397. def exitDescribeFuncName(ctx: DescribeFuncNameContext): Unit

    Exit a parse tree produced by SqlBaseParser#describeFuncName.

    Exit a parse tree produced by SqlBaseParser#describeFuncName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  398. def exitDescribeFunction(ctx: DescribeFunctionContext): Unit

    Exit a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  399. def exitDescribeNamespace(ctx: DescribeNamespaceContext): Unit

    Exit a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  400. def exitDescribeQuery(ctx: DescribeQueryContext): Unit

    Exit a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  401. def exitDescribeRelation(ctx: DescribeRelationContext): Unit

    Exit a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  402. def exitDmlStatement(ctx: DmlStatementContext): Unit

    Exit a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  403. def exitDoubleLiteral(ctx: DoubleLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  404. def exitDropFunction(ctx: DropFunctionContext): Unit

    Exit a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  405. def exitDropIndex(ctx: DropIndexContext): Unit

    Exit a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  406. def exitDropNamespace(ctx: DropNamespaceContext): Unit

    Exit a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  407. def exitDropTable(ctx: DropTableContext): Unit

    Exit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  408. def exitDropTableColumns(ctx: DropTableColumnsContext): Unit

    Exit a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  409. def exitDropTablePartitions(ctx: DropTablePartitionsContext): Unit

    Exit a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  410. def exitDropView(ctx: DropViewContext): Unit

    Exit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  411. def exitErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

    Exit a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  412. def exitErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

    Exit a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  413. def exitErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

    Exit a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  414. def exitErrorIdent(ctx: ErrorIdentContext): Unit

    Exit a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Exit a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  415. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  416. def exitExists(ctx: ExistsContext): Unit

    Exit a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  417. def exitExplain(ctx: ExplainContext): Unit

    Exit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  418. def exitExponentLiteral(ctx: ExponentLiteralContext): Unit

    Exit a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    Exit a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  419. def exitExpression(ctx: ExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#expression.

    Exit a parse tree produced by SqlBaseParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  420. def exitExpressionSeq(ctx: ExpressionSeqContext): Unit

    Exit a parse tree produced by SqlBaseParser#expressionSeq.

    Exit a parse tree produced by SqlBaseParser#expressionSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  421. def exitExtract(ctx: ExtractContext): Unit

    Exit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  422. def exitFailNativeCommand(ctx: FailNativeCommandContext): Unit

    Exit a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  423. def exitFirst(ctx: FirstContext): Unit

    Exit a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  424. def exitFloatLiteral(ctx: FloatLiteralContext): Unit

    Exit a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    Exit a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  425. def exitFrameBound(ctx: FrameBoundContext): Unit

    Exit a parse tree produced by SqlBaseParser#frameBound.

    Exit a parse tree produced by SqlBaseParser#frameBound.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  426. def exitFromClause(ctx: FromClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#fromClause.

    Exit a parse tree produced by SqlBaseParser#fromClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  427. def exitFromStatement(ctx: FromStatementContext): Unit

    Exit a parse tree produced by SqlBaseParser#fromStatement.

    Exit a parse tree produced by SqlBaseParser#fromStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  428. def exitFromStatementBody(ctx: FromStatementBodyContext): Unit

    Exit a parse tree produced by SqlBaseParser#fromStatementBody.

    Exit a parse tree produced by SqlBaseParser#fromStatementBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  429. def exitFromStmt(ctx: FromStmtContext): Unit

    Exit a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  430. def exitFunctionCall(ctx: FunctionCallContext): Unit

    Exit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  431. def exitFunctionIdentifier(ctx: FunctionIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#functionIdentifier.

    Exit a parse tree produced by SqlBaseParser#functionIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  432. def exitFunctionName(ctx: FunctionNameContext): Unit

    Exit a parse tree produced by SqlBaseParser#functionName.

    Exit a parse tree produced by SqlBaseParser#functionName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  433. def exitFunctionTable(ctx: FunctionTableContext): Unit

    Exit a parse tree produced by SqlBaseParser#functionTable.

    Exit a parse tree produced by SqlBaseParser#functionTable.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  434. def exitGenerationExpression(ctx: GenerationExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#generationExpression.

    Exit a parse tree produced by SqlBaseParser#generationExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  435. def exitGenericFileFormat(ctx: GenericFileFormatContext): Unit

    Exit a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Exit a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  436. def exitGroupByClause(ctx: GroupByClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupByClause.

    Exit a parse tree produced by SqlBaseParser#groupByClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  437. def exitGroupingAnalytics(ctx: GroupingAnalyticsContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupingAnalytics.

    Exit a parse tree produced by SqlBaseParser#groupingAnalytics.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  438. def exitGroupingElement(ctx: GroupingElementContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupingElement.

    Exit a parse tree produced by SqlBaseParser#groupingElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  439. def exitGroupingSet(ctx: GroupingSetContext): Unit

    Exit a parse tree produced by SqlBaseParser#groupingSet.

    Exit a parse tree produced by SqlBaseParser#groupingSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  440. def exitHavingClause(ctx: HavingClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#havingClause.

    Exit a parse tree produced by SqlBaseParser#havingClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  441. def exitHint(ctx: HintContext): Unit

    Exit a parse tree produced by SqlBaseParser#hint.

    Exit a parse tree produced by SqlBaseParser#hint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  442. def exitHintStatement(ctx: HintStatementContext): Unit

    Exit a parse tree produced by SqlBaseParser#hintStatement.

    Exit a parse tree produced by SqlBaseParser#hintStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  443. def exitHiveChangeColumn(ctx: HiveChangeColumnContext): Unit

    Exit a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  444. def exitHiveReplaceColumns(ctx: HiveReplaceColumnsContext): Unit

    Exit a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  445. def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#identifier.

    Exit a parse tree produced by SqlBaseParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  446. def exitIdentifierComment(ctx: IdentifierCommentContext): Unit

    Exit a parse tree produced by SqlBaseParser#identifierComment.

    Exit a parse tree produced by SqlBaseParser#identifierComment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  447. def exitIdentifierCommentList(ctx: IdentifierCommentListContext): Unit

    Exit a parse tree produced by SqlBaseParser#identifierCommentList.

    Exit a parse tree produced by SqlBaseParser#identifierCommentList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  448. def exitIdentifierList(ctx: IdentifierListContext): Unit

    Exit a parse tree produced by SqlBaseParser#identifierList.

    Exit a parse tree produced by SqlBaseParser#identifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  449. def exitIdentifierSeq(ctx: IdentifierSeqContext): Unit

    Exit a parse tree produced by SqlBaseParser#identifierSeq.

    Exit a parse tree produced by SqlBaseParser#identifierSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  450. def exitIdentityTransform(ctx: IdentityTransformContext): Unit

    Exit a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    Exit a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  451. def exitInlineTable(ctx: InlineTableContext): Unit

    Exit a parse tree produced by SqlBaseParser#inlineTable.

    Exit a parse tree produced by SqlBaseParser#inlineTable.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  452. def exitInlineTableDefault1(ctx: InlineTableDefault1Context): Unit

    Exit a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  453. def exitInlineTableDefault2(ctx: InlineTableDefault2Context): Unit

    Exit a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  454. def exitInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): Unit

    Exit a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    Exit a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  455. def exitInsertIntoTable(ctx: InsertIntoTableContext): Unit

    Exit a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    Exit a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  456. def exitInsertOverwriteDir(ctx: InsertOverwriteDirContext): Unit

    Exit a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    Exit a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  457. def exitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): Unit

    Exit a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    Exit a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  458. def exitInsertOverwriteTable(ctx: InsertOverwriteTableContext): Unit

    Exit a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    Exit a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  459. def exitIntegerLiteral(ctx: IntegerLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  460. def exitInterval(ctx: IntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#interval.

    Exit a parse tree produced by SqlBaseParser#interval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  461. def exitIntervalLiteral(ctx: IntervalLiteralContext): Unit

    Exit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  462. def exitIntervalValue(ctx: IntervalValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#intervalValue.

    Exit a parse tree produced by SqlBaseParser#intervalValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  463. def exitJoinCriteria(ctx: JoinCriteriaContext): Unit

    Exit a parse tree produced by SqlBaseParser#joinCriteria.

    Exit a parse tree produced by SqlBaseParser#joinCriteria.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  464. def exitJoinRelation(ctx: JoinRelationContext): Unit

    Exit a parse tree produced by SqlBaseParser#joinRelation.

    Exit a parse tree produced by SqlBaseParser#joinRelation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  465. def exitJoinType(ctx: JoinTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#joinType.

    Exit a parse tree produced by SqlBaseParser#joinType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  466. def exitLambda(ctx: LambdaContext): Unit

    Exit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  467. def exitLast(ctx: LastContext): Unit

    Exit a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  468. def exitLateralView(ctx: LateralViewContext): Unit

    Exit a parse tree produced by SqlBaseParser#lateralView.

    Exit a parse tree produced by SqlBaseParser#lateralView.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  469. def exitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): Unit

    Exit a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    Exit a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  470. def exitLoadData(ctx: LoadDataContext): Unit

    Exit a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  471. def exitLocationSpec(ctx: LocationSpecContext): Unit

    Exit a parse tree produced by SqlBaseParser#locationSpec.

    Exit a parse tree produced by SqlBaseParser#locationSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  472. def exitLogicalBinary(ctx: LogicalBinaryContext): Unit

    Exit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  473. def exitLogicalNot(ctx: LogicalNotContext): Unit

    Exit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  474. def exitManageResource(ctx: ManageResourceContext): Unit

    Exit a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  475. def exitMatchedAction(ctx: MatchedActionContext): Unit

    Exit a parse tree produced by SqlBaseParser#matchedAction.

    Exit a parse tree produced by SqlBaseParser#matchedAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  476. def exitMatchedClause(ctx: MatchedClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#matchedClause.

    Exit a parse tree produced by SqlBaseParser#matchedClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  477. def exitMergeIntoTable(ctx: MergeIntoTableContext): Unit

    Exit a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Exit a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  478. def exitMultiInsertQuery(ctx: MultiInsertQueryContext): Unit

    Exit a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Exit a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  479. def exitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit

    Exit a parse tree produced by SqlBaseParser#multiInsertQueryBody.

    Exit a parse tree produced by SqlBaseParser#multiInsertQueryBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  480. def exitMultiUnitsInterval(ctx: MultiUnitsIntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#multiUnitsInterval.

    Exit a parse tree produced by SqlBaseParser#multiUnitsInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  481. def exitMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#multipartIdentifier.

    Exit a parse tree produced by SqlBaseParser#multipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  482. def exitMultipartIdentifierList(ctx: MultipartIdentifierListContext): Unit

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierList.

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  483. def exitMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): Unit

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierProperty.

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierProperty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  484. def exitMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): Unit

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierPropertyList.

    Exit a parse tree produced by SqlBaseParser#multipartIdentifierPropertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  485. def exitNamedExpression(ctx: NamedExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#namedExpression.

    Exit a parse tree produced by SqlBaseParser#namedExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  486. def exitNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit

    Exit a parse tree produced by SqlBaseParser#namedExpressionSeq.

    Exit a parse tree produced by SqlBaseParser#namedExpressionSeq.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  487. def exitNamedQuery(ctx: NamedQueryContext): Unit

    Exit a parse tree produced by SqlBaseParser#namedQuery.

    Exit a parse tree produced by SqlBaseParser#namedQuery.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  488. def exitNamedWindow(ctx: NamedWindowContext): Unit

    Exit a parse tree produced by SqlBaseParser#namedWindow.

    Exit a parse tree produced by SqlBaseParser#namedWindow.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  489. def exitNamespace(ctx: NamespaceContext): Unit

    Exit a parse tree produced by SqlBaseParser#namespace.

    Exit a parse tree produced by SqlBaseParser#namespace.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  490. def exitNamespaces(ctx: NamespacesContext): Unit

    Exit a parse tree produced by SqlBaseParser#namespaces.

    Exit a parse tree produced by SqlBaseParser#namespaces.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  491. def exitNestedConstantList(ctx: NestedConstantListContext): Unit

    Exit a parse tree produced by SqlBaseParser#nestedConstantList.

    Exit a parse tree produced by SqlBaseParser#nestedConstantList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  492. def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by SqlBaseParser#nonReserved.

    Exit a parse tree produced by SqlBaseParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  493. def exitNotMatchedAction(ctx: NotMatchedActionContext): Unit

    Exit a parse tree produced by SqlBaseParser#notMatchedAction.

    Exit a parse tree produced by SqlBaseParser#notMatchedAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  494. def exitNotMatchedBySourceAction(ctx: NotMatchedBySourceActionContext): Unit

    Exit a parse tree produced by SqlBaseParser#notMatchedBySourceAction.

    Exit a parse tree produced by SqlBaseParser#notMatchedBySourceAction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  495. def exitNotMatchedBySourceClause(ctx: NotMatchedBySourceClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#notMatchedBySourceClause.

    Exit a parse tree produced by SqlBaseParser#notMatchedBySourceClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  496. def exitNotMatchedClause(ctx: NotMatchedClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#notMatchedClause.

    Exit a parse tree produced by SqlBaseParser#notMatchedClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  497. def exitNullLiteral(ctx: NullLiteralContext): Unit

    Exit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  498. def exitNumericLiteral(ctx: NumericLiteralContext): Unit

    Exit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  499. def exitOrderedIdentifier(ctx: OrderedIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#orderedIdentifier.

    Exit a parse tree produced by SqlBaseParser#orderedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  500. def exitOrderedIdentifierList(ctx: OrderedIdentifierListContext): Unit

    Exit a parse tree produced by SqlBaseParser#orderedIdentifierList.

    Exit a parse tree produced by SqlBaseParser#orderedIdentifierList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  501. def exitOverlay(ctx: OverlayContext): Unit

    Exit a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  502. def exitParameterLiteral(ctx: ParameterLiteralContext): Unit

    Exit a parse tree produced by the parameterLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the parameterLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  503. def exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit

    Exit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  504. def exitPartitionColumn(ctx: PartitionColumnContext): Unit

    Exit a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    Exit a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  505. def exitPartitionFieldList(ctx: PartitionFieldListContext): Unit

    Exit a parse tree produced by SqlBaseParser#partitionFieldList.

    Exit a parse tree produced by SqlBaseParser#partitionFieldList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  506. def exitPartitionSpec(ctx: PartitionSpecContext): Unit

    Exit a parse tree produced by SqlBaseParser#partitionSpec.

    Exit a parse tree produced by SqlBaseParser#partitionSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  507. def exitPartitionSpecLocation(ctx: PartitionSpecLocationContext): Unit

    Exit a parse tree produced by SqlBaseParser#partitionSpecLocation.

    Exit a parse tree produced by SqlBaseParser#partitionSpecLocation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  508. def exitPartitionTransform(ctx: PartitionTransformContext): Unit

    Exit a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    Exit a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  509. def exitPartitionVal(ctx: PartitionValContext): Unit

    Exit a parse tree produced by SqlBaseParser#partitionVal.

    Exit a parse tree produced by SqlBaseParser#partitionVal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  510. def exitPercentile(ctx: PercentileContext): Unit

    Exit a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  511. def exitPivotClause(ctx: PivotClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#pivotClause.

    Exit a parse tree produced by SqlBaseParser#pivotClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  512. def exitPivotColumn(ctx: PivotColumnContext): Unit

    Exit a parse tree produced by SqlBaseParser#pivotColumn.

    Exit a parse tree produced by SqlBaseParser#pivotColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  513. def exitPivotValue(ctx: PivotValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#pivotValue.

    Exit a parse tree produced by SqlBaseParser#pivotValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  514. def exitPosition(ctx: PositionContext): Unit

    Exit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  515. def exitPredicate(ctx: PredicateContext): Unit

    Exit a parse tree produced by SqlBaseParser#predicate.

    Exit a parse tree produced by SqlBaseParser#predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  516. def exitPredicateOperator(ctx: PredicateOperatorContext): Unit

    Exit a parse tree produced by SqlBaseParser#predicateOperator.

    Exit a parse tree produced by SqlBaseParser#predicateOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  517. def exitPredicated(ctx: PredicatedContext): Unit

    Exit a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    Exit a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  518. def exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  519. def exitProperty(ctx: PropertyContext): Unit

    Exit a parse tree produced by SqlBaseParser#property.

    Exit a parse tree produced by SqlBaseParser#property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  520. def exitPropertyKey(ctx: PropertyKeyContext): Unit

    Exit a parse tree produced by SqlBaseParser#propertyKey.

    Exit a parse tree produced by SqlBaseParser#propertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  521. def exitPropertyList(ctx: PropertyListContext): Unit

    Exit a parse tree produced by SqlBaseParser#propertyList.

    Exit a parse tree produced by SqlBaseParser#propertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  522. def exitPropertyValue(ctx: PropertyValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#propertyValue.

    Exit a parse tree produced by SqlBaseParser#propertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  523. def exitQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): Unit

    Exit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

    Exit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  524. def exitQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): Unit

    Exit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

    Exit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  525. def exitQualifiedName(ctx: QualifiedNameContext): Unit

    Exit a parse tree produced by SqlBaseParser#qualifiedName.

    Exit a parse tree produced by SqlBaseParser#qualifiedName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  526. def exitQualifiedNameList(ctx: QualifiedNameListContext): Unit

    Exit a parse tree produced by SqlBaseParser#qualifiedNameList.

    Exit a parse tree produced by SqlBaseParser#qualifiedNameList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  527. def exitQuery(ctx: SqlBaseParser.QueryContext): Unit

    Exit a parse tree produced by SqlBaseParser#query.

    Exit a parse tree produced by SqlBaseParser#query.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  528. def exitQueryOrganization(ctx: QueryOrganizationContext): Unit

    Exit a parse tree produced by SqlBaseParser#queryOrganization.

    Exit a parse tree produced by SqlBaseParser#queryOrganization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  529. def exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit

    Exit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  530. def exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit

    Exit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Exit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  531. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#quotedIdentifier.

    Exit a parse tree produced by SqlBaseParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  532. def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    Exit a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  533. def exitRealIdent(ctx: RealIdentContext): Unit

    Exit a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Exit a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  534. def exitRecoverPartitions(ctx: RecoverPartitionsContext): Unit

    Exit a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  535. def exitRefreshFunction(ctx: RefreshFunctionContext): Unit

    Exit a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  536. def exitRefreshResource(ctx: RefreshResourceContext): Unit

    Exit a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  537. def exitRefreshTable(ctx: RefreshTableContext): Unit

    Exit a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  538. def exitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): Unit

    Exit a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Exit a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  539. def exitRelation(ctx: RelationContext): Unit

    Exit a parse tree produced by SqlBaseParser#relation.

    Exit a parse tree produced by SqlBaseParser#relation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  540. def exitRelationExtension(ctx: RelationExtensionContext): Unit

    Exit a parse tree produced by SqlBaseParser#relationExtension.

    Exit a parse tree produced by SqlBaseParser#relationExtension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  541. def exitRenameTable(ctx: RenameTableContext): Unit

    Exit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  542. def exitRenameTableColumn(ctx: RenameTableColumnContext): Unit

    Exit a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  543. def exitRenameTablePartition(ctx: RenameTablePartitionContext): Unit

    Exit a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  544. def exitRepairTable(ctx: RepairTableContext): Unit

    Exit a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  545. def exitReplaceTable(ctx: ReplaceTableContext): Unit

    Exit a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  546. def exitReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit

    Exit a parse tree produced by SqlBaseParser#replaceTableHeader.

    Exit a parse tree produced by SqlBaseParser#replaceTableHeader.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  547. def exitResetConfiguration(ctx: ResetConfigurationContext): Unit

    Exit a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  548. def exitResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): Unit

    Exit a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  549. def exitResource(ctx: ResourceContext): Unit

    Exit a parse tree produced by SqlBaseParser#resource.

    Exit a parse tree produced by SqlBaseParser#resource.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  550. def exitRowConstructor(ctx: RowConstructorContext): Unit

    Exit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  551. def exitRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit

    Exit a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    Exit a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  552. def exitRowFormatSerde(ctx: RowFormatSerdeContext): Unit

    Exit a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    Exit a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  553. def exitSample(ctx: SampleContext): Unit

    Exit a parse tree produced by SqlBaseParser#sample.

    Exit a parse tree produced by SqlBaseParser#sample.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  554. def exitSampleByBucket(ctx: SampleByBucketContext): Unit

    Exit a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    Exit a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  555. def exitSampleByBytes(ctx: SampleByBytesContext): Unit

    Exit a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    Exit a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  556. def exitSampleByPercentile(ctx: SampleByPercentileContext): Unit

    Exit a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    Exit a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  557. def exitSampleByRows(ctx: SampleByRowsContext): Unit

    Exit a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    Exit a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  558. def exitSearchedCase(ctx: SearchedCaseContext): Unit

    Exit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  559. def exitSelectClause(ctx: SelectClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#selectClause.

    Exit a parse tree produced by SqlBaseParser#selectClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  560. def exitSetCatalog(ctx: SetCatalogContext): Unit

    Exit a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  561. def exitSetClause(ctx: SetClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#setClause.

    Exit a parse tree produced by SqlBaseParser#setClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  562. def exitSetConfiguration(ctx: SetConfigurationContext): Unit

    Exit a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  563. def exitSetNamespaceLocation(ctx: SetNamespaceLocationContext): Unit

    Exit a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  564. def exitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): Unit

    Exit a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  565. def exitSetOperation(ctx: SetOperationContext): Unit

    Exit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Exit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  566. def exitSetQuantifier(ctx: SetQuantifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#setQuantifier.

    Exit a parse tree produced by SqlBaseParser#setQuantifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  567. def exitSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): Unit

    Exit a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  568. def exitSetTableLocation(ctx: SetTableLocationContext): Unit

    Exit a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  569. def exitSetTableProperties(ctx: SetTablePropertiesContext): Unit

    Exit a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  570. def exitSetTableSerDe(ctx: SetTableSerDeContext): Unit

    Exit a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  571. def exitSetTimeZone(ctx: SetTimeZoneContext): Unit

    Exit a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  572. def exitShowCatalogs(ctx: ShowCatalogsContext): Unit

    Exit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  573. def exitShowColumns(ctx: ShowColumnsContext): Unit

    Exit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  574. def exitShowCreateTable(ctx: ShowCreateTableContext): Unit

    Exit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  575. def exitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): Unit

    Exit a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  576. def exitShowFunctions(ctx: ShowFunctionsContext): Unit

    Exit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  577. def exitShowNamespaces(ctx: ShowNamespacesContext): Unit

    Exit a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  578. def exitShowPartitions(ctx: ShowPartitionsContext): Unit

    Exit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  579. def exitShowTableExtended(ctx: ShowTableExtendedContext): Unit

    Exit a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  580. def exitShowTables(ctx: ShowTablesContext): Unit

    Exit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  581. def exitShowTblProperties(ctx: ShowTblPropertiesContext): Unit

    Exit a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  582. def exitShowViews(ctx: ShowViewsContext): Unit

    Exit a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  583. def exitSimpleCase(ctx: SimpleCaseContext): Unit

    Exit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  584. def exitSingleDataType(ctx: SingleDataTypeContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleDataType.

    Exit a parse tree produced by SqlBaseParser#singleDataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  585. def exitSingleExpression(ctx: SingleExpressionContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleExpression.

    Exit a parse tree produced by SqlBaseParser#singleExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  586. def exitSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

    Exit a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  587. def exitSingleInsertQuery(ctx: SingleInsertQueryContext): Unit

    Exit a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Exit a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  588. def exitSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

    Exit a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  589. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleStatement.

    Exit a parse tree produced by SqlBaseParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  590. def exitSingleTableIdentifier(ctx: SingleTableIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleTableIdentifier.

    Exit a parse tree produced by SqlBaseParser#singleTableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  591. def exitSingleTableSchema(ctx: SingleTableSchemaContext): Unit

    Exit a parse tree produced by SqlBaseParser#singleTableSchema.

    Exit a parse tree produced by SqlBaseParser#singleTableSchema.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    UnclosedCommentProcessorSqlBaseParserBaseListenerSqlBaseParserListener
  592. def exitSkewSpec(ctx: SkewSpecContext): Unit

    Exit a parse tree produced by SqlBaseParser#skewSpec.

    Exit a parse tree produced by SqlBaseParser#skewSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  593. def exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  594. def exitSortItem(ctx: SortItemContext): Unit

    Exit a parse tree produced by SqlBaseParser#sortItem.

    Exit a parse tree produced by SqlBaseParser#sortItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  595. def exitStar(ctx: StarContext): Unit

    Exit a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  596. def exitStatementDefault(ctx: StatementDefaultContext): Unit

    Exit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  597. def exitStorageHandler(ctx: StorageHandlerContext): Unit

    Exit a parse tree produced by SqlBaseParser#storageHandler.

    Exit a parse tree produced by SqlBaseParser#storageHandler.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  598. def exitStrictNonReserved(ctx: StrictNonReservedContext): Unit

    Exit a parse tree produced by SqlBaseParser#strictNonReserved.

    Exit a parse tree produced by SqlBaseParser#strictNonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  599. def exitStringLit(ctx: StringLitContext): Unit

    Exit a parse tree produced by SqlBaseParser#stringLit.

    Exit a parse tree produced by SqlBaseParser#stringLit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  600. def exitStringLiteral(ctx: StringLiteralContext): Unit

    Exit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  601. def exitStruct(ctx: StructContext): Unit

    Exit a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  602. def exitSubquery(ctx: SubqueryContext): Unit

    Exit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  603. def exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit

    Exit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  604. def exitSubscript(ctx: SubscriptContext): Unit

    Exit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  605. def exitSubstring(ctx: SubstringContext): Unit

    Exit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  606. def exitTable(ctx: TableContext): Unit

    Exit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Exit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  607. def exitTableAlias(ctx: TableAliasContext): Unit

    Exit a parse tree produced by SqlBaseParser#tableAlias.

    Exit a parse tree produced by SqlBaseParser#tableAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  608. def exitTableFileFormat(ctx: TableFileFormatContext): Unit

    Exit a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Exit a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  609. def exitTableIdentifier(ctx: TableIdentifierContext): Unit

    Exit a parse tree produced by SqlBaseParser#tableIdentifier.

    Exit a parse tree produced by SqlBaseParser#tableIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  610. def exitTableName(ctx: TableNameContext): Unit

    Exit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  611. def exitTableProvider(ctx: TableProviderContext): Unit

    Exit a parse tree produced by SqlBaseParser#tableProvider.

    Exit a parse tree produced by SqlBaseParser#tableProvider.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  612. def exitTableValuedFunction(ctx: TableValuedFunctionContext): Unit

    Exit a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    Exit a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  613. def exitTemporalClause(ctx: TemporalClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#temporalClause.

    Exit a parse tree produced by SqlBaseParser#temporalClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  614. def exitTimestampadd(ctx: TimestampaddContext): Unit

    Exit a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  615. def exitTimestampdiff(ctx: TimestampdiffContext): Unit

    Exit a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  616. def exitTimezone(ctx: TimezoneContext): Unit

    Exit a parse tree produced by SqlBaseParser#timezone.

    Exit a parse tree produced by SqlBaseParser#timezone.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  617. def exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  618. def exitTransformArgument(ctx: TransformArgumentContext): Unit

    Exit a parse tree produced by SqlBaseParser#transformArgument.

    Exit a parse tree produced by SqlBaseParser#transformArgument.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  619. def exitTransformClause(ctx: TransformClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#transformClause.

    Exit a parse tree produced by SqlBaseParser#transformClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  620. def exitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): Unit

    Exit a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Exit a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  621. def exitTrim(ctx: TrimContext): Unit

    Exit a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    Exit a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  622. def exitTruncateTable(ctx: TruncateTableContext): Unit

    Exit a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  623. def exitTypeConstructor(ctx: TypeConstructorContext): Unit

    Exit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    Exit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  624. def exitUncacheTable(ctx: UncacheTableContext): Unit

    Exit a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  625. def exitUnitInMultiUnits(ctx: UnitInMultiUnitsContext): Unit

    Exit a parse tree produced by SqlBaseParser#unitInMultiUnits.

    Exit a parse tree produced by SqlBaseParser#unitInMultiUnits.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  626. def exitUnitInUnitToUnit(ctx: UnitInUnitToUnitContext): Unit

    Exit a parse tree produced by SqlBaseParser#unitInUnitToUnit.

    Exit a parse tree produced by SqlBaseParser#unitInUnitToUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  627. def exitUnitToUnitInterval(ctx: UnitToUnitIntervalContext): Unit

    Exit a parse tree produced by SqlBaseParser#unitToUnitInterval.

    Exit a parse tree produced by SqlBaseParser#unitToUnitInterval.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  628. def exitUnpivotAlias(ctx: UnpivotAliasContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotAlias.

    Exit a parse tree produced by SqlBaseParser#unpivotAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  629. def exitUnpivotClause(ctx: UnpivotClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotClause.

    Exit a parse tree produced by SqlBaseParser#unpivotClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  630. def exitUnpivotColumn(ctx: UnpivotColumnContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotColumn.

    Exit a parse tree produced by SqlBaseParser#unpivotColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  631. def exitUnpivotColumnAndAlias(ctx: UnpivotColumnAndAliasContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotColumnAndAlias.

    Exit a parse tree produced by SqlBaseParser#unpivotColumnAndAlias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  632. def exitUnpivotColumnSet(ctx: UnpivotColumnSetContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotColumnSet.

    Exit a parse tree produced by SqlBaseParser#unpivotColumnSet.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  633. def exitUnpivotMultiValueColumnClause(ctx: UnpivotMultiValueColumnClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotMultiValueColumnClause.

    Exit a parse tree produced by SqlBaseParser#unpivotMultiValueColumnClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  634. def exitUnpivotNameColumn(ctx: UnpivotNameColumnContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotNameColumn.

    Exit a parse tree produced by SqlBaseParser#unpivotNameColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  635. def exitUnpivotNullClause(ctx: UnpivotNullClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotNullClause.

    Exit a parse tree produced by SqlBaseParser#unpivotNullClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  636. def exitUnpivotOperator(ctx: UnpivotOperatorContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotOperator.

    Exit a parse tree produced by SqlBaseParser#unpivotOperator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  637. def exitUnpivotSingleValueColumnClause(ctx: UnpivotSingleValueColumnClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotSingleValueColumnClause.

    Exit a parse tree produced by SqlBaseParser#unpivotSingleValueColumnClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  638. def exitUnpivotValueColumn(ctx: UnpivotValueColumnContext): Unit

    Exit a parse tree produced by SqlBaseParser#unpivotValueColumn.

    Exit a parse tree produced by SqlBaseParser#unpivotValueColumn.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  639. def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    Exit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  640. def exitUnsetTableProperties(ctx: UnsetTablePropertiesContext): Unit

    Exit a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  641. def exitUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): Unit

    Exit a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

    Exit a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  642. def exitUpdateTable(ctx: UpdateTableContext): Unit

    Exit a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Exit a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  643. def exitUse(ctx: UseContext): Unit

    Exit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  644. def exitUseNamespace(ctx: UseNamespaceContext): Unit

    Exit a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    Exit a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  645. def exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit

    Exit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Exit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  646. def exitVersion(ctx: VersionContext): Unit

    Exit a parse tree produced by SqlBaseParser#version.

    Exit a parse tree produced by SqlBaseParser#version.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  647. def exitWhenClause(ctx: WhenClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#whenClause.

    Exit a parse tree produced by SqlBaseParser#whenClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  648. def exitWhereClause(ctx: WhereClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#whereClause.

    Exit a parse tree produced by SqlBaseParser#whereClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  649. def exitWindowClause(ctx: WindowClauseContext): Unit

    Exit a parse tree produced by SqlBaseParser#windowClause.

    Exit a parse tree produced by SqlBaseParser#windowClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  650. def exitWindowDef(ctx: WindowDefContext): Unit

    Exit a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    Exit a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  651. def exitWindowFrame(ctx: WindowFrameContext): Unit

    Exit a parse tree produced by SqlBaseParser#windowFrame.

    Exit a parse tree produced by SqlBaseParser#windowFrame.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  652. def exitWindowRef(ctx: WindowRefContext): Unit

    Exit a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    Exit a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  653. def exitYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): Unit

    Exit a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Exit a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseParserBaseListenerSqlBaseParserListener
    Annotations
    @Override()
  654. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  655. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  656. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  657. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  658. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  659. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  660. def productElementNames: Iterator[String]
    Definition Classes
    Product
  661. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  662. val tokenStream: CommonTokenStream
  663. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  665. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  666. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  667. 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 SqlBaseParserListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped