Packages

c

org.apache.spark.sql.catalyst.parser

SqlBaseBaseListener

class SqlBaseBaseListener extends SqlBaseListener

This class provides an empty implementation of SqlBaseListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Linear Supertypes
SqlBaseListener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlBaseBaseListener
  2. SqlBaseListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SqlBaseBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. 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
    SqlBaseBaseListenerSqlBaseListener
  7. 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
    SqlBaseBaseListenerSqlBaseListener
  8. 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
    SqlBaseBaseListenerSqlBaseListener
  9. 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
    SqlBaseBaseListenerSqlBaseListener
  10. 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
    SqlBaseBaseListenerSqlBaseListener
  11. 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
    SqlBaseBaseListenerSqlBaseListener
  12. 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
    SqlBaseBaseListenerSqlBaseListener
  13. 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
    SqlBaseBaseListenerSqlBaseListener
  14. 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
    SqlBaseBaseListenerSqlBaseListener
  15. 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
    SqlBaseBaseListenerSqlBaseListener
  16. 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
    SqlBaseBaseListenerSqlBaseListener
  17. 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
    SqlBaseBaseListenerSqlBaseListener
  18. 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
    SqlBaseBaseListenerSqlBaseListener
  19. 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
    SqlBaseBaseListenerSqlBaseListener
  20. 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
    SqlBaseBaseListenerSqlBaseListener
  21. 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
    SqlBaseBaseListenerSqlBaseListener
  22. 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
    SqlBaseBaseListenerSqlBaseListener
  23. 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
    SqlBaseBaseListenerSqlBaseListener
  24. 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
    SqlBaseBaseListenerSqlBaseListener
  25. 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
    SqlBaseBaseListenerSqlBaseListener
  26. 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
    SqlBaseBaseListenerSqlBaseListener
  27. 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
    SqlBaseBaseListenerSqlBaseListener
  28. 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
    SqlBaseBaseListenerSqlBaseListener
  29. 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
    SqlBaseBaseListenerSqlBaseListener
  30. 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
    SqlBaseBaseListenerSqlBaseListener
  31. 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
    SqlBaseBaseListenerSqlBaseListener
  32. 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
    SqlBaseBaseListenerSqlBaseListener
  33. 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
    SqlBaseBaseListenerSqlBaseListener
  34. 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
    SqlBaseBaseListenerSqlBaseListener
  35. 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
    SqlBaseBaseListenerSqlBaseListener
  36. 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
    SqlBaseBaseListenerSqlBaseListener
  37. 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
    SqlBaseBaseListenerSqlBaseListener
  38. 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
    SqlBaseBaseListenerSqlBaseListener
  39. 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
    SqlBaseBaseListenerSqlBaseListener
  40. 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
    SqlBaseBaseListenerSqlBaseListener
  41. 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
    SqlBaseBaseListenerSqlBaseListener
  42. 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
    SqlBaseBaseListenerSqlBaseListener
  43. 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
    SqlBaseBaseListenerSqlBaseListener
  44. 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
    SqlBaseBaseListenerSqlBaseListener
  45. 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
    SqlBaseBaseListenerSqlBaseListener
  46. def enterCreateHiveTable(ctx: CreateHiveTableContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  47. 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
    SqlBaseBaseListenerSqlBaseListener
  48. 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
    SqlBaseBaseListenerSqlBaseListener
  49. 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
    SqlBaseBaseListenerSqlBaseListener
  50. 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
    SqlBaseBaseListenerSqlBaseListener
  51. 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
    SqlBaseBaseListenerSqlBaseListener
  52. 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
    SqlBaseBaseListenerSqlBaseListener
  53. 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
    SqlBaseBaseListenerSqlBaseListener
  54. 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
    SqlBaseBaseListenerSqlBaseListener
  55. def enterCurrentDatetime(ctx: CurrentDatetimeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  56. 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
    SqlBaseBaseListenerSqlBaseListener
  57. 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
    SqlBaseBaseListenerSqlBaseListener
  58. 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
    SqlBaseBaseListenerSqlBaseListener
  59. 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
    SqlBaseBaseListenerSqlBaseListener
  60. 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
    SqlBaseBaseListenerSqlBaseListener
  61. 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
    SqlBaseBaseListenerSqlBaseListener
  62. 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
    SqlBaseBaseListenerSqlBaseListener
  63. 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
    SqlBaseBaseListenerSqlBaseListener
  64. 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
    SqlBaseBaseListenerSqlBaseListener
  65. 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
    SqlBaseBaseListenerSqlBaseListener
  66. 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
    SqlBaseBaseListenerSqlBaseListener
  67. 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
    SqlBaseBaseListenerSqlBaseListener
  68. 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
    SqlBaseBaseListenerSqlBaseListener
  69. 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
    SqlBaseBaseListenerSqlBaseListener
  70. 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
    SqlBaseBaseListenerSqlBaseListener
  71. 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
    SqlBaseBaseListenerSqlBaseListener
  72. 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
    SqlBaseBaseListenerSqlBaseListener
  73. 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
    SqlBaseBaseListenerSqlBaseListener
  74. 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
    SqlBaseBaseListenerSqlBaseListener
  75. 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
    SqlBaseBaseListenerSqlBaseListener
  76. 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
    SqlBaseBaseListenerSqlBaseListener
  77. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  78. 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
    SqlBaseBaseListenerSqlBaseListener
  79. 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
    SqlBaseBaseListenerSqlBaseListener
  80. 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
    SqlBaseBaseListenerSqlBaseListener
  81. 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
    SqlBaseBaseListenerSqlBaseListener
  82. 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
    SqlBaseBaseListenerSqlBaseListener
  83. 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
    SqlBaseBaseListenerSqlBaseListener
  84. 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
    SqlBaseBaseListenerSqlBaseListener
  85. 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
    SqlBaseBaseListenerSqlBaseListener
  86. 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
    SqlBaseBaseListenerSqlBaseListener
  87. 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
    SqlBaseBaseListenerSqlBaseListener
  88. 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
    SqlBaseBaseListenerSqlBaseListener
  89. 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
    SqlBaseBaseListenerSqlBaseListener
  90. 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
    SqlBaseBaseListenerSqlBaseListener
  91. 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
    SqlBaseBaseListenerSqlBaseListener
  92. 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
    SqlBaseBaseListenerSqlBaseListener
  93. 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
    SqlBaseBaseListenerSqlBaseListener
  94. 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
    SqlBaseBaseListenerSqlBaseListener
  95. 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
    SqlBaseBaseListenerSqlBaseListener
  96. 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
    SqlBaseBaseListenerSqlBaseListener
  97. 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
    SqlBaseBaseListenerSqlBaseListener
  98. 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
    SqlBaseBaseListenerSqlBaseListener
  99. 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
    SqlBaseBaseListenerSqlBaseListener
  100. 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
    SqlBaseBaseListenerSqlBaseListener
  101. 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
    SqlBaseBaseListenerSqlBaseListener
  102. 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
    SqlBaseBaseListenerSqlBaseListener
  103. 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
    SqlBaseBaseListenerSqlBaseListener
  104. 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
    SqlBaseBaseListenerSqlBaseListener
  105. 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
    SqlBaseBaseListenerSqlBaseListener
  106. 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
    SqlBaseBaseListenerSqlBaseListener
  107. 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
    SqlBaseBaseListenerSqlBaseListener
  108. 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
    SqlBaseBaseListenerSqlBaseListener
  109. 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
    SqlBaseBaseListenerSqlBaseListener
  110. 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
    SqlBaseBaseListenerSqlBaseListener
  111. 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
    SqlBaseBaseListenerSqlBaseListener
  112. 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
    SqlBaseBaseListenerSqlBaseListener
  113. 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
    SqlBaseBaseListenerSqlBaseListener
  114. 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
    SqlBaseBaseListenerSqlBaseListener
  115. 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
    SqlBaseBaseListenerSqlBaseListener
  116. def enterIntervalUnit(ctx: IntervalUnitContext): Unit

    Enter a parse tree produced by SqlBaseParser#intervalUnit.

    Enter a parse tree produced by SqlBaseParser#intervalUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  117. 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
    SqlBaseBaseListenerSqlBaseListener
  118. 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
    SqlBaseBaseListenerSqlBaseListener
  119. 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
    SqlBaseBaseListenerSqlBaseListener
  120. 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
    SqlBaseBaseListenerSqlBaseListener
  121. 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
    SqlBaseBaseListenerSqlBaseListener
  122. 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
    SqlBaseBaseListenerSqlBaseListener
  123. 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
    SqlBaseBaseListenerSqlBaseListener
  124. 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
    SqlBaseBaseListenerSqlBaseListener
  125. 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
    SqlBaseBaseListenerSqlBaseListener
  126. 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
    SqlBaseBaseListenerSqlBaseListener
  127. 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
    SqlBaseBaseListenerSqlBaseListener
  128. 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
    SqlBaseBaseListenerSqlBaseListener
  129. 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
    SqlBaseBaseListenerSqlBaseListener
  130. 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
    SqlBaseBaseListenerSqlBaseListener
  131. 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
    SqlBaseBaseListenerSqlBaseListener
  132. 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
    SqlBaseBaseListenerSqlBaseListener
  133. 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
    SqlBaseBaseListenerSqlBaseListener
  134. 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
    SqlBaseBaseListenerSqlBaseListener
  135. 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
    SqlBaseBaseListenerSqlBaseListener
  136. 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
    SqlBaseBaseListenerSqlBaseListener
  137. 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
    SqlBaseBaseListenerSqlBaseListener
  138. 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
    SqlBaseBaseListenerSqlBaseListener
  139. 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
    SqlBaseBaseListenerSqlBaseListener
  140. 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
    SqlBaseBaseListenerSqlBaseListener
  141. 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
    SqlBaseBaseListenerSqlBaseListener
  142. 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
    SqlBaseBaseListenerSqlBaseListener
  143. 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
    SqlBaseBaseListenerSqlBaseListener
  144. 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
    SqlBaseBaseListenerSqlBaseListener
  145. 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
    SqlBaseBaseListenerSqlBaseListener
  146. 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
    SqlBaseBaseListenerSqlBaseListener
  147. 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
    SqlBaseBaseListenerSqlBaseListener
  148. 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
    SqlBaseBaseListenerSqlBaseListener
  149. 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
    SqlBaseBaseListenerSqlBaseListener
  150. 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
    SqlBaseBaseListenerSqlBaseListener
  151. 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
    SqlBaseBaseListenerSqlBaseListener
  152. 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
    SqlBaseBaseListenerSqlBaseListener
  153. 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
    SqlBaseBaseListenerSqlBaseListener
  154. 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
    SqlBaseBaseListenerSqlBaseListener
  155. 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
    SqlBaseBaseListenerSqlBaseListener
  156. 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
    SqlBaseBaseListenerSqlBaseListener
  157. 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
    SqlBaseBaseListenerSqlBaseListener
  158. 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
    SqlBaseBaseListenerSqlBaseListener
  159. 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
    SqlBaseBaseListenerSqlBaseListener
  160. 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
    SqlBaseBaseListenerSqlBaseListener
  161. 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
    SqlBaseBaseListenerSqlBaseListener
  162. 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
    SqlBaseBaseListenerSqlBaseListener
  163. 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
    SqlBaseBaseListenerSqlBaseListener
  164. 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
    SqlBaseBaseListenerSqlBaseListener
  165. 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
    SqlBaseBaseListenerSqlBaseListener
  166. 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
    SqlBaseBaseListenerSqlBaseListener
  167. 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
    SqlBaseBaseListenerSqlBaseListener
  168. def enterQuery(ctx: 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
    SqlBaseBaseListenerSqlBaseListener
  169. 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
    SqlBaseBaseListenerSqlBaseListener
  170. 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
    SqlBaseBaseListenerSqlBaseListener
  171. 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
    SqlBaseBaseListenerSqlBaseListener
  172. 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
    SqlBaseBaseListenerSqlBaseListener
  173. 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
    SqlBaseBaseListenerSqlBaseListener
  174. 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
    SqlBaseBaseListenerSqlBaseListener
  175. 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
    SqlBaseBaseListenerSqlBaseListener
  176. 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
    SqlBaseBaseListenerSqlBaseListener
  177. 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
    SqlBaseBaseListenerSqlBaseListener
  178. 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
    SqlBaseBaseListenerSqlBaseListener
  179. 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
    SqlBaseBaseListenerSqlBaseListener
  180. 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
    SqlBaseBaseListenerSqlBaseListener
  181. 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
    SqlBaseBaseListenerSqlBaseListener
  182. 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
    SqlBaseBaseListenerSqlBaseListener
  183. 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
    SqlBaseBaseListenerSqlBaseListener
  184. 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
    SqlBaseBaseListenerSqlBaseListener
  185. 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
    SqlBaseBaseListenerSqlBaseListener
  186. 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
    SqlBaseBaseListenerSqlBaseListener
  187. 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
    SqlBaseBaseListenerSqlBaseListener
  188. 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
    SqlBaseBaseListenerSqlBaseListener
  189. 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
    SqlBaseBaseListenerSqlBaseListener
  190. 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
    SqlBaseBaseListenerSqlBaseListener
  191. 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
    SqlBaseBaseListenerSqlBaseListener
  192. 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
    SqlBaseBaseListenerSqlBaseListener
  193. 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
    SqlBaseBaseListenerSqlBaseListener
  194. 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
    SqlBaseBaseListenerSqlBaseListener
  195. 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
    SqlBaseBaseListenerSqlBaseListener
  196. 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
    SqlBaseBaseListenerSqlBaseListener
  197. 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
    SqlBaseBaseListenerSqlBaseListener
  198. 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
    SqlBaseBaseListenerSqlBaseListener
  199. 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
    SqlBaseBaseListenerSqlBaseListener
  200. 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
    SqlBaseBaseListenerSqlBaseListener
  201. 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
    SqlBaseBaseListenerSqlBaseListener
  202. 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
    SqlBaseBaseListenerSqlBaseListener
  203. 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
    SqlBaseBaseListenerSqlBaseListener
  204. 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
    SqlBaseBaseListenerSqlBaseListener
  205. 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
    SqlBaseBaseListenerSqlBaseListener
  206. 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
    SqlBaseBaseListenerSqlBaseListener
  207. 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
    SqlBaseBaseListenerSqlBaseListener
  208. 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
    SqlBaseBaseListenerSqlBaseListener
  209. 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
    SqlBaseBaseListenerSqlBaseListener
  210. 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
    SqlBaseBaseListenerSqlBaseListener
  211. 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
    SqlBaseBaseListenerSqlBaseListener
  212. 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
    SqlBaseBaseListenerSqlBaseListener
  213. def enterShowTable(ctx: ShowTableContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  214. 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
    SqlBaseBaseListenerSqlBaseListener
  215. 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
    SqlBaseBaseListenerSqlBaseListener
  216. 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
    SqlBaseBaseListenerSqlBaseListener
  217. 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
    SqlBaseBaseListenerSqlBaseListener
  218. 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
    SqlBaseBaseListenerSqlBaseListener
  219. 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
    SqlBaseBaseListenerSqlBaseListener
  220. 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
    SqlBaseBaseListenerSqlBaseListener
  221. 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
    SqlBaseBaseListenerSqlBaseListener
  222. 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
    SqlBaseBaseListenerSqlBaseListener
  223. 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
    SqlBaseBaseListenerSqlBaseListener
  224. 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
    SqlBaseBaseListenerSqlBaseListener
  225. 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
    SqlBaseBaseListenerSqlBaseListener
  226. 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
    SqlBaseBaseListenerSqlBaseListener
  227. 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
    SqlBaseBaseListenerSqlBaseListener
  228. 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
    SqlBaseBaseListenerSqlBaseListener
  229. 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
    SqlBaseBaseListenerSqlBaseListener
  230. 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
    SqlBaseBaseListenerSqlBaseListener
  231. 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
    SqlBaseBaseListenerSqlBaseListener
  232. 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
    SqlBaseBaseListenerSqlBaseListener
  233. 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
    SqlBaseBaseListenerSqlBaseListener
  234. 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
    SqlBaseBaseListenerSqlBaseListener
  235. 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
    SqlBaseBaseListenerSqlBaseListener
  236. 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
    SqlBaseBaseListenerSqlBaseListener
  237. 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
    SqlBaseBaseListenerSqlBaseListener
  238. 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
    SqlBaseBaseListenerSqlBaseListener
  239. 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
    SqlBaseBaseListenerSqlBaseListener
  240. 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
    SqlBaseBaseListenerSqlBaseListener
  241. 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
    SqlBaseBaseListenerSqlBaseListener
  242. 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
    SqlBaseBaseListenerSqlBaseListener
  243. 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
    SqlBaseBaseListenerSqlBaseListener
  244. def enterTableProperty(ctx: TablePropertyContext): Unit

    Enter a parse tree produced by SqlBaseParser#tableProperty.

    Enter a parse tree produced by SqlBaseParser#tableProperty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  245. def enterTablePropertyKey(ctx: TablePropertyKeyContext): Unit

    Enter a parse tree produced by SqlBaseParser#tablePropertyKey.

    Enter a parse tree produced by SqlBaseParser#tablePropertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  246. def enterTablePropertyList(ctx: TablePropertyListContext): Unit

    Enter a parse tree produced by SqlBaseParser#tablePropertyList.

    Enter a parse tree produced by SqlBaseParser#tablePropertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  247. def enterTablePropertyValue(ctx: TablePropertyValueContext): Unit

    Enter a parse tree produced by SqlBaseParser#tablePropertyValue.

    Enter a parse tree produced by SqlBaseParser#tablePropertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  248. 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
    SqlBaseBaseListenerSqlBaseListener
  249. 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
    SqlBaseBaseListenerSqlBaseListener
  250. 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
    SqlBaseBaseListenerSqlBaseListener
  251. 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
    SqlBaseBaseListenerSqlBaseListener
  252. 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
    SqlBaseBaseListenerSqlBaseListener
  253. def enterTransformList(ctx: TransformListContext): Unit

    Enter a parse tree produced by SqlBaseParser#transformList.

    Enter a parse tree produced by SqlBaseParser#transformList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  254. 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
    SqlBaseBaseListenerSqlBaseListener
  255. 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
    SqlBaseBaseListenerSqlBaseListener
  256. 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
    SqlBaseBaseListenerSqlBaseListener
  257. 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
    SqlBaseBaseListenerSqlBaseListener
  258. 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
    SqlBaseBaseListenerSqlBaseListener
  259. 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
    SqlBaseBaseListenerSqlBaseListener
  260. 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
    SqlBaseBaseListenerSqlBaseListener
  261. 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
    SqlBaseBaseListenerSqlBaseListener
  262. 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
    SqlBaseBaseListenerSqlBaseListener
  263. 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
    SqlBaseBaseListenerSqlBaseListener
  264. 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
    SqlBaseBaseListenerSqlBaseListener
  265. 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
    SqlBaseBaseListenerSqlBaseListener
  266. 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
    SqlBaseBaseListenerSqlBaseListener
  267. 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
    SqlBaseBaseListenerSqlBaseListener
  268. 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
    SqlBaseBaseListenerSqlBaseListener
  269. 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
    SqlBaseBaseListenerSqlBaseListener
  270. 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
    SqlBaseBaseListenerSqlBaseListener
  271. 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
    SqlBaseBaseListenerSqlBaseListener
  272. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  273. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  274. 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
    SqlBaseBaseListenerSqlBaseListener
  275. 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
    SqlBaseBaseListenerSqlBaseListener
  276. 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
    SqlBaseBaseListenerSqlBaseListener
  277. 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
    SqlBaseBaseListenerSqlBaseListener
  278. 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
    SqlBaseBaseListenerSqlBaseListener
  279. 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
    SqlBaseBaseListenerSqlBaseListener
  280. 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
    SqlBaseBaseListenerSqlBaseListener
  281. 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
    SqlBaseBaseListenerSqlBaseListener
  282. 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
    SqlBaseBaseListenerSqlBaseListener
  283. 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
    SqlBaseBaseListenerSqlBaseListener
  284. 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
    SqlBaseBaseListenerSqlBaseListener
  285. 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
    SqlBaseBaseListenerSqlBaseListener
  286. 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
    SqlBaseBaseListenerSqlBaseListener
  287. 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
    SqlBaseBaseListenerSqlBaseListener
  288. 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
    SqlBaseBaseListenerSqlBaseListener
  289. 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
    SqlBaseBaseListenerSqlBaseListener
  290. 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
    SqlBaseBaseListenerSqlBaseListener
  291. 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
    SqlBaseBaseListenerSqlBaseListener
  292. 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
    SqlBaseBaseListenerSqlBaseListener
  293. 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
    SqlBaseBaseListenerSqlBaseListener
  294. 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
    SqlBaseBaseListenerSqlBaseListener
  295. 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
    SqlBaseBaseListenerSqlBaseListener
  296. 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
    SqlBaseBaseListenerSqlBaseListener
  297. 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
    SqlBaseBaseListenerSqlBaseListener
  298. 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
    SqlBaseBaseListenerSqlBaseListener
  299. 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
    SqlBaseBaseListenerSqlBaseListener
  300. 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
    SqlBaseBaseListenerSqlBaseListener
  301. 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
    SqlBaseBaseListenerSqlBaseListener
  302. 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
    SqlBaseBaseListenerSqlBaseListener
  303. 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
    SqlBaseBaseListenerSqlBaseListener
  304. 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
    SqlBaseBaseListenerSqlBaseListener
  305. 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
    SqlBaseBaseListenerSqlBaseListener
  306. 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
    SqlBaseBaseListenerSqlBaseListener
  307. 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
    SqlBaseBaseListenerSqlBaseListener
  308. 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
    SqlBaseBaseListenerSqlBaseListener
  309. 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
    SqlBaseBaseListenerSqlBaseListener
  310. 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
    SqlBaseBaseListenerSqlBaseListener
  311. 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
    SqlBaseBaseListenerSqlBaseListener
  312. 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
    SqlBaseBaseListenerSqlBaseListener
  313. 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
    SqlBaseBaseListenerSqlBaseListener
  314. def exitCreateHiveTable(ctx: CreateHiveTableContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  315. 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
    SqlBaseBaseListenerSqlBaseListener
  316. 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
    SqlBaseBaseListenerSqlBaseListener
  317. 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
    SqlBaseBaseListenerSqlBaseListener
  318. 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
    SqlBaseBaseListenerSqlBaseListener
  319. 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
    SqlBaseBaseListenerSqlBaseListener
  320. 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
    SqlBaseBaseListenerSqlBaseListener
  321. 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
    SqlBaseBaseListenerSqlBaseListener
  322. 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
    SqlBaseBaseListenerSqlBaseListener
  323. def exitCurrentDatetime(ctx: CurrentDatetimeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  324. 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
    SqlBaseBaseListenerSqlBaseListener
  325. 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
    SqlBaseBaseListenerSqlBaseListener
  326. 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
    SqlBaseBaseListenerSqlBaseListener
  327. 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
    SqlBaseBaseListenerSqlBaseListener
  328. 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
    SqlBaseBaseListenerSqlBaseListener
  329. 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
    SqlBaseBaseListenerSqlBaseListener
  330. 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
    SqlBaseBaseListenerSqlBaseListener
  331. 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
    SqlBaseBaseListenerSqlBaseListener
  332. 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
    SqlBaseBaseListenerSqlBaseListener
  333. 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
    SqlBaseBaseListenerSqlBaseListener
  334. 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
    SqlBaseBaseListenerSqlBaseListener
  335. 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
    SqlBaseBaseListenerSqlBaseListener
  336. 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
    SqlBaseBaseListenerSqlBaseListener
  337. 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
    SqlBaseBaseListenerSqlBaseListener
  338. 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
    SqlBaseBaseListenerSqlBaseListener
  339. 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
    SqlBaseBaseListenerSqlBaseListener
  340. 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
    SqlBaseBaseListenerSqlBaseListener
  341. 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
    SqlBaseBaseListenerSqlBaseListener
  342. 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
    SqlBaseBaseListenerSqlBaseListener
  343. 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
    SqlBaseBaseListenerSqlBaseListener
  344. 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
    SqlBaseBaseListenerSqlBaseListener
  345. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  346. 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
    SqlBaseBaseListenerSqlBaseListener
  347. 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
    SqlBaseBaseListenerSqlBaseListener
  348. 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
    SqlBaseBaseListenerSqlBaseListener
  349. 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
    SqlBaseBaseListenerSqlBaseListener
  350. 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
    SqlBaseBaseListenerSqlBaseListener
  351. 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
    SqlBaseBaseListenerSqlBaseListener
  352. 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
    SqlBaseBaseListenerSqlBaseListener
  353. 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
    SqlBaseBaseListenerSqlBaseListener
  354. 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
    SqlBaseBaseListenerSqlBaseListener
  355. 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
    SqlBaseBaseListenerSqlBaseListener
  356. 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
    SqlBaseBaseListenerSqlBaseListener
  357. 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
    SqlBaseBaseListenerSqlBaseListener
  358. 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
    SqlBaseBaseListenerSqlBaseListener
  359. 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
    SqlBaseBaseListenerSqlBaseListener
  360. 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
    SqlBaseBaseListenerSqlBaseListener
  361. 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
    SqlBaseBaseListenerSqlBaseListener
  362. 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
    SqlBaseBaseListenerSqlBaseListener
  363. 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
    SqlBaseBaseListenerSqlBaseListener
  364. 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
    SqlBaseBaseListenerSqlBaseListener
  365. 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
    SqlBaseBaseListenerSqlBaseListener
  366. 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
    SqlBaseBaseListenerSqlBaseListener
  367. 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
    SqlBaseBaseListenerSqlBaseListener
  368. 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
    SqlBaseBaseListenerSqlBaseListener
  369. 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
    SqlBaseBaseListenerSqlBaseListener
  370. 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
    SqlBaseBaseListenerSqlBaseListener
  371. 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
    SqlBaseBaseListenerSqlBaseListener
  372. 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
    SqlBaseBaseListenerSqlBaseListener
  373. 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
    SqlBaseBaseListenerSqlBaseListener
  374. 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
    SqlBaseBaseListenerSqlBaseListener
  375. 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
    SqlBaseBaseListenerSqlBaseListener
  376. 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
    SqlBaseBaseListenerSqlBaseListener
  377. 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
    SqlBaseBaseListenerSqlBaseListener
  378. 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
    SqlBaseBaseListenerSqlBaseListener
  379. 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
    SqlBaseBaseListenerSqlBaseListener
  380. 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
    SqlBaseBaseListenerSqlBaseListener
  381. 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
    SqlBaseBaseListenerSqlBaseListener
  382. 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
    SqlBaseBaseListenerSqlBaseListener
  383. 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
    SqlBaseBaseListenerSqlBaseListener
  384. def exitIntervalUnit(ctx: IntervalUnitContext): Unit

    Exit a parse tree produced by SqlBaseParser#intervalUnit.

    Exit a parse tree produced by SqlBaseParser#intervalUnit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  385. 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
    SqlBaseBaseListenerSqlBaseListener
  386. 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
    SqlBaseBaseListenerSqlBaseListener
  387. 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
    SqlBaseBaseListenerSqlBaseListener
  388. 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
    SqlBaseBaseListenerSqlBaseListener
  389. 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
    SqlBaseBaseListenerSqlBaseListener
  390. 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
    SqlBaseBaseListenerSqlBaseListener
  391. 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
    SqlBaseBaseListenerSqlBaseListener
  392. 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
    SqlBaseBaseListenerSqlBaseListener
  393. 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
    SqlBaseBaseListenerSqlBaseListener
  394. 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
    SqlBaseBaseListenerSqlBaseListener
  395. 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
    SqlBaseBaseListenerSqlBaseListener
  396. 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
    SqlBaseBaseListenerSqlBaseListener
  397. 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
    SqlBaseBaseListenerSqlBaseListener
  398. 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
    SqlBaseBaseListenerSqlBaseListener
  399. 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
    SqlBaseBaseListenerSqlBaseListener
  400. 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
    SqlBaseBaseListenerSqlBaseListener
  401. 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
    SqlBaseBaseListenerSqlBaseListener
  402. 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
    SqlBaseBaseListenerSqlBaseListener
  403. 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
    SqlBaseBaseListenerSqlBaseListener
  404. 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
    SqlBaseBaseListenerSqlBaseListener
  405. 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
    SqlBaseBaseListenerSqlBaseListener
  406. 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
    SqlBaseBaseListenerSqlBaseListener
  407. 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
    SqlBaseBaseListenerSqlBaseListener
  408. 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
    SqlBaseBaseListenerSqlBaseListener
  409. 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
    SqlBaseBaseListenerSqlBaseListener
  410. 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
    SqlBaseBaseListenerSqlBaseListener
  411. 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
    SqlBaseBaseListenerSqlBaseListener
  412. 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
    SqlBaseBaseListenerSqlBaseListener
  413. 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
    SqlBaseBaseListenerSqlBaseListener
  414. 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
    SqlBaseBaseListenerSqlBaseListener
  415. 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
    SqlBaseBaseListenerSqlBaseListener
  416. 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
    SqlBaseBaseListenerSqlBaseListener
  417. 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
    SqlBaseBaseListenerSqlBaseListener
  418. 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
    SqlBaseBaseListenerSqlBaseListener
  419. 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
    SqlBaseBaseListenerSqlBaseListener
  420. 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
    SqlBaseBaseListenerSqlBaseListener
  421. 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
    SqlBaseBaseListenerSqlBaseListener
  422. 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
    SqlBaseBaseListenerSqlBaseListener
  423. 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
    SqlBaseBaseListenerSqlBaseListener
  424. 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
    SqlBaseBaseListenerSqlBaseListener
  425. 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
    SqlBaseBaseListenerSqlBaseListener
  426. 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
    SqlBaseBaseListenerSqlBaseListener
  427. 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
    SqlBaseBaseListenerSqlBaseListener
  428. 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
    SqlBaseBaseListenerSqlBaseListener
  429. 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
    SqlBaseBaseListenerSqlBaseListener
  430. 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
    SqlBaseBaseListenerSqlBaseListener
  431. 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
    SqlBaseBaseListenerSqlBaseListener
  432. 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
    SqlBaseBaseListenerSqlBaseListener
  433. 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
    SqlBaseBaseListenerSqlBaseListener
  434. 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
    SqlBaseBaseListenerSqlBaseListener
  435. 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
    SqlBaseBaseListenerSqlBaseListener
  436. def exitQuery(ctx: 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
    SqlBaseBaseListenerSqlBaseListener
  437. 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
    SqlBaseBaseListenerSqlBaseListener
  438. 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
    SqlBaseBaseListenerSqlBaseListener
  439. 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
    SqlBaseBaseListenerSqlBaseListener
  440. 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
    SqlBaseBaseListenerSqlBaseListener
  441. 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
    SqlBaseBaseListenerSqlBaseListener
  442. 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
    SqlBaseBaseListenerSqlBaseListener
  443. 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
    SqlBaseBaseListenerSqlBaseListener
  444. 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
    SqlBaseBaseListenerSqlBaseListener
  445. 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
    SqlBaseBaseListenerSqlBaseListener
  446. 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
    SqlBaseBaseListenerSqlBaseListener
  447. 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
    SqlBaseBaseListenerSqlBaseListener
  448. 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
    SqlBaseBaseListenerSqlBaseListener
  449. 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
    SqlBaseBaseListenerSqlBaseListener
  450. 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
    SqlBaseBaseListenerSqlBaseListener
  451. 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
    SqlBaseBaseListenerSqlBaseListener
  452. 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
    SqlBaseBaseListenerSqlBaseListener
  453. 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
    SqlBaseBaseListenerSqlBaseListener
  454. 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
    SqlBaseBaseListenerSqlBaseListener
  455. 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
    SqlBaseBaseListenerSqlBaseListener
  456. 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
    SqlBaseBaseListenerSqlBaseListener
  457. 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
    SqlBaseBaseListenerSqlBaseListener
  458. 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
    SqlBaseBaseListenerSqlBaseListener
  459. 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
    SqlBaseBaseListenerSqlBaseListener
  460. 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
    SqlBaseBaseListenerSqlBaseListener
  461. 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
    SqlBaseBaseListenerSqlBaseListener
  462. 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
    SqlBaseBaseListenerSqlBaseListener
  463. 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
    SqlBaseBaseListenerSqlBaseListener
  464. 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
    SqlBaseBaseListenerSqlBaseListener
  465. 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
    SqlBaseBaseListenerSqlBaseListener
  466. 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
    SqlBaseBaseListenerSqlBaseListener
  467. 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
    SqlBaseBaseListenerSqlBaseListener
  468. 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
    SqlBaseBaseListenerSqlBaseListener
  469. 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
    SqlBaseBaseListenerSqlBaseListener
  470. 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
    SqlBaseBaseListenerSqlBaseListener
  471. 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
    SqlBaseBaseListenerSqlBaseListener
  472. 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
    SqlBaseBaseListenerSqlBaseListener
  473. 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
    SqlBaseBaseListenerSqlBaseListener
  474. 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
    SqlBaseBaseListenerSqlBaseListener
  475. 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
    SqlBaseBaseListenerSqlBaseListener
  476. 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
    SqlBaseBaseListenerSqlBaseListener
  477. 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
    SqlBaseBaseListenerSqlBaseListener
  478. 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
    SqlBaseBaseListenerSqlBaseListener
  479. 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
    SqlBaseBaseListenerSqlBaseListener
  480. 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
    SqlBaseBaseListenerSqlBaseListener
  481. def exitShowTable(ctx: ShowTableContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  482. 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
    SqlBaseBaseListenerSqlBaseListener
  483. 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
    SqlBaseBaseListenerSqlBaseListener
  484. 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
    SqlBaseBaseListenerSqlBaseListener
  485. 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
    SqlBaseBaseListenerSqlBaseListener
  486. 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
    SqlBaseBaseListenerSqlBaseListener
  487. 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
    SqlBaseBaseListenerSqlBaseListener
  488. 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
    SqlBaseBaseListenerSqlBaseListener
  489. 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
    SqlBaseBaseListenerSqlBaseListener
  490. 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
    SqlBaseBaseListenerSqlBaseListener
  491. 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
    SqlBaseBaseListenerSqlBaseListener
  492. 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
    SqlBaseBaseListenerSqlBaseListener
  493. 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
    SqlBaseBaseListenerSqlBaseListener
  494. 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
    SqlBaseBaseListenerSqlBaseListener
  495. 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
    SqlBaseBaseListenerSqlBaseListener
  496. 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
    SqlBaseBaseListenerSqlBaseListener
  497. 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
    SqlBaseBaseListenerSqlBaseListener
  498. 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
    SqlBaseBaseListenerSqlBaseListener
  499. 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
    SqlBaseBaseListenerSqlBaseListener
  500. 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
    SqlBaseBaseListenerSqlBaseListener
  501. 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
    SqlBaseBaseListenerSqlBaseListener
  502. 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
    SqlBaseBaseListenerSqlBaseListener
  503. 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
    SqlBaseBaseListenerSqlBaseListener
  504. 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
    SqlBaseBaseListenerSqlBaseListener
  505. 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
    SqlBaseBaseListenerSqlBaseListener
  506. 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
    SqlBaseBaseListenerSqlBaseListener
  507. 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
    SqlBaseBaseListenerSqlBaseListener
  508. 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
    SqlBaseBaseListenerSqlBaseListener
  509. 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
    SqlBaseBaseListenerSqlBaseListener
  510. 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
    SqlBaseBaseListenerSqlBaseListener
  511. 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
    SqlBaseBaseListenerSqlBaseListener
  512. def exitTableProperty(ctx: TablePropertyContext): Unit

    Exit a parse tree produced by SqlBaseParser#tableProperty.

    Exit a parse tree produced by SqlBaseParser#tableProperty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  513. def exitTablePropertyKey(ctx: TablePropertyKeyContext): Unit

    Exit a parse tree produced by SqlBaseParser#tablePropertyKey.

    Exit a parse tree produced by SqlBaseParser#tablePropertyKey.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  514. def exitTablePropertyList(ctx: TablePropertyListContext): Unit

    Exit a parse tree produced by SqlBaseParser#tablePropertyList.

    Exit a parse tree produced by SqlBaseParser#tablePropertyList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  515. def exitTablePropertyValue(ctx: TablePropertyValueContext): Unit

    Exit a parse tree produced by SqlBaseParser#tablePropertyValue.

    Exit a parse tree produced by SqlBaseParser#tablePropertyValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  516. 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
    SqlBaseBaseListenerSqlBaseListener
  517. 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
    SqlBaseBaseListenerSqlBaseListener
  518. 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
    SqlBaseBaseListenerSqlBaseListener
  519. 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
    SqlBaseBaseListenerSqlBaseListener
  520. 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
    SqlBaseBaseListenerSqlBaseListener
  521. def exitTransformList(ctx: TransformListContext): Unit

    Exit a parse tree produced by SqlBaseParser#transformList.

    Exit a parse tree produced by SqlBaseParser#transformList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SqlBaseBaseListenerSqlBaseListener
  522. 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
    SqlBaseBaseListenerSqlBaseListener
  523. 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
    SqlBaseBaseListenerSqlBaseListener
  524. 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
    SqlBaseBaseListenerSqlBaseListener
  525. 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
    SqlBaseBaseListenerSqlBaseListener
  526. 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
    SqlBaseBaseListenerSqlBaseListener
  527. 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
    SqlBaseBaseListenerSqlBaseListener
  528. 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
    SqlBaseBaseListenerSqlBaseListener
  529. 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
    SqlBaseBaseListenerSqlBaseListener
  530. 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
    SqlBaseBaseListenerSqlBaseListener
  531. 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
    SqlBaseBaseListenerSqlBaseListener
  532. 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
    SqlBaseBaseListenerSqlBaseListener
  533. 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
    SqlBaseBaseListenerSqlBaseListener
  534. 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
    SqlBaseBaseListenerSqlBaseListener
  535. 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
    SqlBaseBaseListenerSqlBaseListener
  536. 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
    SqlBaseBaseListenerSqlBaseListener
  537. 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
    SqlBaseBaseListenerSqlBaseListener
  538. 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
    SqlBaseBaseListenerSqlBaseListener
  539. 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
    SqlBaseBaseListenerSqlBaseListener
  540. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  541. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  542. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  543. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  544. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  545. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  546. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  547. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  548. def toString(): String
    Definition Classes
    AnyRef → Any
  549. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  550. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SqlBaseBaseListener → ParseTreeListener
  551. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  552. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  553. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SqlBaseListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped