case class UnclosedCommentProcessor(command: String, tokenStream: CommonTokenStream) extends SqlBaseParserBaseListener with Product with Serializable
The post-processor checks the unclosed bracketed comment.
- Alphabetic
- By Inheritance
- UnclosedCommentProcessor
- Serializable
- Serializable
- Product
- Equals
- SqlBaseParserBaseListener
- SqlBaseParserListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new UnclosedCommentProcessor(command: String, tokenStream: CommonTokenStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val command: String
-
def
enterAddTableColumns(ctx: AddTableColumnsContext): Unit
Enter a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAddTablePartition(ctx: AddTablePartitionContext): Unit
Enter a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAliasedQuery(ctx: AliasedQueryContext): Unit
Enter a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAliasedRelation(ctx: AliasedRelationContext): Unit
Enter a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): Unit
Enter a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAlterViewQuery(ctx: AlterViewQueryContext): Unit
Enter a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAnalyze(ctx: AnalyzeContext): Unit
Enter a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAnalyzeTables(ctx: AnalyzeTablesContext): Unit
Enter a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterAny_value(ctx: Any_valueContext): Unit
Enter a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterApplyTransform(ctx: ApplyTransformContext): Unit
Enter a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.Enter a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterArithmeticBinary(ctx: ArithmeticBinaryContext): Unit
Enter a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterArithmeticUnary(ctx: ArithmeticUnaryContext): Unit
Enter a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#backQuotedIdentifier.Enter a parse tree produced by
SqlBaseParser#backQuotedIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit
Enter a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterBigIntLiteral(ctx: BigIntLiteralContext): Unit
Enter a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterBooleanLiteral(ctx: BooleanLiteralContext): Unit
Enter a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCacheTable(ctx: CacheTableContext): Unit
Enter a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCast(ctx: CastContext): Unit
Enter a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterClearCache(ctx: ClearCacheContext): Unit
Enter a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterColDefinitionDescriptorWithPosition(ctx: ColDefinitionDescriptorWithPositionContext): Unit
Enter a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.Enter a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterColDefinitionOption(ctx: ColDefinitionOptionContext): Unit
Enter a parse tree produced by
SqlBaseParser#colDefinitionOption.Enter a parse tree produced by
SqlBaseParser#colDefinitionOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterColumnReference(ctx: ColumnReferenceContext): Unit
Enter a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterComment(ctx: CommentContext): Unit
Enter a parse tree produced by
SqlBaseParser#comment.Enter a parse tree produced by
SqlBaseParser#comment.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCommentNamespace(ctx: CommentNamespaceContext): Unit
Enter a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCommentTable(ctx: CommentTableContext): Unit
Enter a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterComparison(ctx: ComparisonContext): Unit
Enter a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterComplexDataType(ctx: ComplexDataTypeContext): Unit
Enter a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.Enter a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterConfigKey(ctx: ConfigKeyContext): Unit
Enter a parse tree produced by
SqlBaseParser#configKey.Enter a parse tree produced by
SqlBaseParser#configKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterConfigValue(ctx: ConfigValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#configValue.Enter a parse tree produced by
SqlBaseParser#configValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterConstantDefault(ctx: ConstantDefaultContext): Unit
Enter a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateFunction(ctx: CreateFunctionContext): Unit
Enter a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateIndex(ctx: CreateIndexContext): Unit
Enter a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateNamespace(ctx: CreateNamespaceContext): Unit
Enter a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateOrReplaceTableColType(ctx: CreateOrReplaceTableColTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.Enter a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateOrReplaceTableColTypeList(ctx: CreateOrReplaceTableColTypeListContext): Unit
Enter a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.Enter a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateTable(ctx: CreateTableContext): Unit
Enter a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateTableLike(ctx: CreateTableLikeContext): Unit
Enter a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateTempViewUsing(ctx: CreateTempViewUsingContext): Unit
Enter a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCreateView(ctx: CreateViewContext): Unit
Enter a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterCurrentLike(ctx: CurrentLikeContext): Unit
Enter a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDatetimeUnit(ctx: DatetimeUnitContext): Unit
Enter a parse tree produced by
SqlBaseParser#datetimeUnit.Enter a parse tree produced by
SqlBaseParser#datetimeUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): Unit
Enter a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Enter a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDecimalLiteral(ctx: DecimalLiteralContext): Unit
Enter a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDefaultExpression(ctx: DefaultExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#defaultExpression.Enter a parse tree produced by
SqlBaseParser#defaultExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDeleteFromTable(ctx: DeleteFromTableContext): Unit
Enter a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Enter a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDereference(ctx: DereferenceContext): Unit
Enter a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDescribeFunction(ctx: DescribeFunctionContext): Unit
Enter a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDescribeNamespace(ctx: DescribeNamespaceContext): Unit
Enter a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDescribeQuery(ctx: DescribeQueryContext): Unit
Enter a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDescribeRelation(ctx: DescribeRelationContext): Unit
Enter a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDmlStatement(ctx: DmlStatementContext): Unit
Enter a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDoubleLiteral(ctx: DoubleLiteralContext): Unit
Enter a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropFunction(ctx: DropFunctionContext): Unit
Enter a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropIndex(ctx: DropIndexContext): Unit
Enter a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropNamespace(ctx: DropNamespaceContext): Unit
Enter a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropTable(ctx: DropTableContext): Unit
Enter a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropTableColumns(ctx: DropTableColumnsContext): Unit
Enter a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropTablePartitions(ctx: DropTablePartitionsContext): Unit
Enter a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterDropView(ctx: DropViewContext): Unit
Enter a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterErrorIdent(ctx: ErrorIdentContext): Unit
Enter a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Enter a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseParserBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
enterExists(ctx: ExistsContext): Unit
Enter a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExplain(ctx: ExplainContext): Unit
Enter a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExponentLiteral(ctx: ExponentLiteralContext): Unit
Enter a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExpressionProperty(ctx: ExpressionPropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#expressionProperty.Enter a parse tree produced by
SqlBaseParser#expressionProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExpressionPropertyList(ctx: ExpressionPropertyListContext): Unit
Enter a parse tree produced by
SqlBaseParser#expressionPropertyList.Enter a parse tree produced by
SqlBaseParser#expressionPropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExpressionSeq(ctx: ExpressionSeqContext): Unit
Enter a parse tree produced by
SqlBaseParser#expressionSeq.Enter a parse tree produced by
SqlBaseParser#expressionSeq.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterExtract(ctx: ExtractContext): Unit
Enter a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFailNativeCommand(ctx: FailNativeCommandContext): Unit
Enter a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFirst(ctx: FirstContext): Unit
Enter a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFloatLiteral(ctx: FloatLiteralContext): Unit
Enter a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFromStmt(ctx: FromStmtContext): Unit
Enter a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionArgument(ctx: FunctionArgumentContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionArgument.Enter a parse tree produced by
SqlBaseParser#functionArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionCall(ctx: FunctionCallContext): Unit
Enter a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionTableArgument(ctx: FunctionTableArgumentContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionTableArgument.Enter a parse tree produced by
SqlBaseParser#functionTableArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionTableNamedArgumentExpression(ctx: FunctionTableNamedArgumentExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.Enter a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionTableReferenceArgument(ctx: FunctionTableReferenceArgumentContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.Enter a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterFunctionTableSubqueryArgument(ctx: FunctionTableSubqueryArgumentContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.Enter a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterGenerationExpression(ctx: GenerationExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#generationExpression.Enter a parse tree produced by
SqlBaseParser#generationExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterGenericFileFormat(ctx: GenericFileFormatContext): Unit
Enter a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.Enter a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterGroupByClause(ctx: GroupByClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupByClause.Enter a parse tree produced by
SqlBaseParser#groupByClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterGroupingAnalytics(ctx: GroupingAnalyticsContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupingAnalytics.Enter a parse tree produced by
SqlBaseParser#groupingAnalytics.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterGroupingElement(ctx: GroupingElementContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupingElement.Enter a parse tree produced by
SqlBaseParser#groupingElement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterHiveChangeColumn(ctx: HiveChangeColumnContext): Unit
Enter a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterHiveReplaceColumns(ctx: HiveReplaceColumnsContext): Unit
Enter a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterIdentifierReference(ctx: IdentifierReferenceContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifierReference.Enter a parse tree produced by
SqlBaseParser#identifierReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterIdentityTransform(ctx: IdentityTransformContext): Unit
Enter a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.Enter a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInlineTableDefault1(ctx: InlineTableDefault1Context): Unit
Enter a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInlineTableDefault2(ctx: InlineTableDefault2Context): Unit
Enter a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): Unit
Enter a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.Enter a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInsertIntoTable(ctx: InsertIntoTableContext): Unit
Enter a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.Enter a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInsertOverwriteDir(ctx: InsertOverwriteDirContext): Unit
Enter a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.Enter a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): Unit
Enter a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.Enter a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterInsertOverwriteTable(ctx: InsertOverwriteTableContext): Unit
Enter a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.Enter a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterIntegerLiteral(ctx: IntegerLiteralContext): Unit
Enter a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterIntervalLiteral(ctx: IntervalLiteralContext): Unit
Enter a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLambda(ctx: LambdaContext): Unit
Enter a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLast(ctx: LastContext): Unit
Enter a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): Unit
Enter a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLiteralType(ctx: LiteralTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#literalType.Enter a parse tree produced by
SqlBaseParser#literalType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLoadData(ctx: LoadDataContext): Unit
Enter a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLogicalBinary(ctx: LogicalBinaryContext): Unit
Enter a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterLogicalNot(ctx: LogicalNotContext): Unit
Enter a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterManageResource(ctx: ManageResourceContext): Unit
Enter a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterMergeIntoTable(ctx: MergeIntoTableContext): Unit
Enter a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Enter a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterMultiInsertQuery(ctx: MultiInsertQueryContext): Unit
Enter a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Enter a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.Enter a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): Unit
Enter a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.Enter a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNamedArgumentExpression(ctx: NamedArgumentExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedArgumentExpression.Enter a parse tree produced by
SqlBaseParser#namedArgumentExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNamedParameterLiteral(ctx: NamedParameterLiteralContext): Unit
Enter a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNamespaces(ctx: NamespacesContext): Unit
Enter a parse tree produced by
SqlBaseParser#namespaces.Enter a parse tree produced by
SqlBaseParser#namespaces.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNotMatchedBySourceAction(ctx: NotMatchedBySourceActionContext): Unit
Enter a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.Enter a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNotMatchedBySourceClause(ctx: NotMatchedBySourceClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.Enter a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNullLiteral(ctx: NullLiteralContext): Unit
Enter a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterNumericLiteral(ctx: NumericLiteralContext): Unit
Enter a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterOverlay(ctx: OverlayContext): Unit
Enter a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit
Enter a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPartitionColumn(ctx: PartitionColumnContext): Unit
Enter a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.Enter a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPartitionFieldList(ctx: PartitionFieldListContext): Unit
Enter a parse tree produced by
SqlBaseParser#partitionFieldList.Enter a parse tree produced by
SqlBaseParser#partitionFieldList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPartitionTransform(ctx: PartitionTransformContext): Unit
Enter a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.Enter a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPercentile(ctx: PercentileContext): Unit
Enter a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPosParameterLiteral(ctx: PosParameterLiteralContext): Unit
Enter a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPosition(ctx: PositionContext): Unit
Enter a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPredicated(ctx: PredicatedContext): Unit
Enter a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.Enter a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit
Enter a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.Enter a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterProperty(ctx: PropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#property.Enter a parse tree produced by
SqlBaseParser#property.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPropertyKey(ctx: PropertyKeyContext): Unit
Enter a parse tree produced by
SqlBaseParser#propertyKey.Enter a parse tree produced by
SqlBaseParser#propertyKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPropertyList(ctx: PropertyListContext): Unit
Enter a parse tree produced by
SqlBaseParser#propertyList.Enter a parse tree produced by
SqlBaseParser#propertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterPropertyValue(ctx: PropertyValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#propertyValue.Enter a parse tree produced by
SqlBaseParser#propertyValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterQuery(ctx: SqlBaseParser.QueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#query.Enter a parse tree produced by
SqlBaseParser#query.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit
Enter a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterQueryTermDefault(ctx: QueryTermDefaultContext): Unit
Enter a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Enter a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRealIdent(ctx: RealIdentContext): Unit
Enter a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Enter a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRecoverPartitions(ctx: RecoverPartitionsContext): Unit
Enter a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRefreshFunction(ctx: RefreshFunctionContext): Unit
Enter a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRefreshResource(ctx: RefreshResourceContext): Unit
Enter a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRefreshTable(ctx: RefreshTableContext): Unit
Enter a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRegularQuerySpecification(ctx: RegularQuerySpecificationContext): Unit
Enter a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Enter a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRelationExtension(ctx: RelationExtensionContext): Unit
Enter a parse tree produced by
SqlBaseParser#relationExtension.Enter a parse tree produced by
SqlBaseParser#relationExtension.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRenameTable(ctx: RenameTableContext): Unit
Enter a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRenameTableColumn(ctx: RenameTableColumnContext): Unit
Enter a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRenameTablePartition(ctx: RenameTablePartitionContext): Unit
Enter a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRepairTable(ctx: RepairTableContext): Unit
Enter a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterReplaceTable(ctx: ReplaceTableContext): Unit
Enter a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterResetConfiguration(ctx: ResetConfigurationContext): Unit
Enter a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): Unit
Enter a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRowConstructor(ctx: RowConstructorContext): Unit
Enter a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit
Enter a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.Enter a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterRowFormatSerde(ctx: RowFormatSerdeContext): Unit
Enter a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.Enter a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSampleByBucket(ctx: SampleByBucketContext): Unit
Enter a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.Enter a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSampleByBytes(ctx: SampleByBytesContext): Unit
Enter a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.Enter a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSampleByPercentile(ctx: SampleByPercentileContext): Unit
Enter a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.Enter a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSampleByRows(ctx: SampleByRowsContext): Unit
Enter a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.Enter a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSearchedCase(ctx: SearchedCaseContext): Unit
Enter a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetCatalog(ctx: SetCatalogContext): Unit
Enter a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetConfiguration(ctx: SetConfigurationContext): Unit
Enter a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetNamespaceLocation(ctx: SetNamespaceLocationContext): Unit
Enter a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetNamespaceProperties(ctx: SetNamespacePropertiesContext): Unit
Enter a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetOperation(ctx: SetOperationContext): Unit
Enter a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Enter a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): Unit
Enter a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetTableLocation(ctx: SetTableLocationContext): Unit
Enter a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetTableProperties(ctx: SetTablePropertiesContext): Unit
Enter a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetTableSerDe(ctx: SetTableSerDeContext): Unit
Enter a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSetTimeZone(ctx: SetTimeZoneContext): Unit
Enter a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowCatalogs(ctx: ShowCatalogsContext): Unit
Enter a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowColumns(ctx: ShowColumnsContext): Unit
Enter a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowCreateTable(ctx: ShowCreateTableContext): Unit
Enter a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): Unit
Enter a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowFunctions(ctx: ShowFunctionsContext): Unit
Enter a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowNamespaces(ctx: ShowNamespacesContext): Unit
Enter a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowPartitions(ctx: ShowPartitionsContext): Unit
Enter a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowTableExtended(ctx: ShowTableExtendedContext): Unit
Enter a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowTables(ctx: ShowTablesContext): Unit
Enter a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowTblProperties(ctx: ShowTblPropertiesContext): Unit
Enter a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterShowViews(ctx: ShowViewsContext): Unit
Enter a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSimpleCase(ctx: SimpleCaseContext): Unit
Enter a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSingleInsertQuery(ctx: SingleInsertQueryContext): Unit
Enter a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Enter a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSmallIntLiteral(ctx: SmallIntLiteralContext): Unit
Enter a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterStar(ctx: StarContext): Unit
Enter a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterStatementDefault(ctx: StatementDefaultContext): Unit
Enter a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterStringLit(ctx: StringLitContext): Unit
Enter a parse tree produced by
SqlBaseParser#stringLit.Enter a parse tree produced by
SqlBaseParser#stringLit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterStringLiteral(ctx: StringLiteralContext): Unit
Enter a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterStruct(ctx: StructContext): Unit
Enter a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSubquery(ctx: SubqueryContext): Unit
Enter a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSubqueryExpression(ctx: SubqueryExpressionContext): Unit
Enter a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSubscript(ctx: SubscriptContext): Unit
Enter a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterSubstring(ctx: SubstringContext): Unit
Enter a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTable(ctx: TableContext): Unit
Enter a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Enter a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTableFileFormat(ctx: TableFileFormatContext): Unit
Enter a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.Enter a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTableName(ctx: TableNameContext): Unit
Enter a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTableValuedFunction(ctx: TableValuedFunctionContext): Unit
Enter a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.Enter a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTemporalClause(ctx: TemporalClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#temporalClause.Enter a parse tree produced by
SqlBaseParser#temporalClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTimestampadd(ctx: TimestampaddContext): Unit
Enter a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTimestampdiff(ctx: TimestampdiffContext): Unit
Enter a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTimezone(ctx: TimezoneContext): Unit
Enter a parse tree produced by
SqlBaseParser#timezone.Enter a parse tree produced by
SqlBaseParser#timezone.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTinyIntLiteral(ctx: TinyIntLiteralContext): Unit
Enter a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.Enter a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTransformQuerySpecification(ctx: TransformQuerySpecificationContext): Unit
Enter a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Enter a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTrim(ctx: TrimContext): Unit
Enter a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTruncateTable(ctx: TruncateTableContext): Unit
Enter a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterType(ctx: TypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#type.Enter a parse tree produced by
SqlBaseParser#type.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterTypeConstructor(ctx: TypeConstructorContext): Unit
Enter a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.Enter a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUncacheTable(ctx: UncacheTableContext): Unit
Enter a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnitInMultiUnits(ctx: UnitInMultiUnitsContext): Unit
Enter a parse tree produced by
SqlBaseParser#unitInMultiUnits.Enter a parse tree produced by
SqlBaseParser#unitInMultiUnits.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnitInUnitToUnit(ctx: UnitInUnitToUnitContext): Unit
Enter a parse tree produced by
SqlBaseParser#unitInUnitToUnit.Enter a parse tree produced by
SqlBaseParser#unitInUnitToUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotAlias(ctx: UnpivotAliasContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotAlias.Enter a parse tree produced by
SqlBaseParser#unpivotAlias.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotClause(ctx: UnpivotClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotClause.Enter a parse tree produced by
SqlBaseParser#unpivotClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotColumn(ctx: UnpivotColumnContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotColumn.Enter a parse tree produced by
SqlBaseParser#unpivotColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotColumnAndAlias(ctx: UnpivotColumnAndAliasContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.Enter a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotColumnSet(ctx: UnpivotColumnSetContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotColumnSet.Enter a parse tree produced by
SqlBaseParser#unpivotColumnSet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotMultiValueColumnClause(ctx: UnpivotMultiValueColumnClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.Enter a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotNameColumn(ctx: UnpivotNameColumnContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotNameColumn.Enter a parse tree produced by
SqlBaseParser#unpivotNameColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotNullClause(ctx: UnpivotNullClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotNullClause.Enter a parse tree produced by
SqlBaseParser#unpivotNullClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotOperator(ctx: UnpivotOperatorContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotOperator.Enter a parse tree produced by
SqlBaseParser#unpivotOperator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotSingleValueColumnClause(ctx: UnpivotSingleValueColumnClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.Enter a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnpivotValueColumn(ctx: UnpivotValueColumnContext): Unit
Enter a parse tree produced by
SqlBaseParser#unpivotValueColumn.Enter a parse tree produced by
SqlBaseParser#unpivotValueColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUnsetTableProperties(ctx: UnsetTablePropertiesContext): Unit
Enter a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUpdateTable(ctx: UpdateTableContext): Unit
Enter a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Enter a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUse(ctx: UseContext): Unit
Enter a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterUseNamespace(ctx: UseNamespaceContext): Unit
Enter a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit
Enter a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Enter a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterVersion(ctx: VersionContext): Unit
Enter a parse tree produced by
SqlBaseParser#version.Enter a parse tree produced by
SqlBaseParser#version.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterWindowDef(ctx: WindowDefContext): Unit
Enter a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.Enter a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterWindowRef(ctx: WindowRefContext): Unit
Enter a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.Enter a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
enterYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): Unit
Enter a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Enter a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
exitAddTableColumns(ctx: AddTableColumnsContext): Unit
Exit a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAddTablePartition(ctx: AddTablePartitionContext): Unit
Exit a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAliasedQuery(ctx: AliasedQueryContext): Unit
Exit a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAliasedRelation(ctx: AliasedRelationContext): Unit
Exit a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): Unit
Exit a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAlterViewQuery(ctx: AlterViewQueryContext): Unit
Exit a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAnalyze(ctx: AnalyzeContext): Unit
Exit a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAnalyzeTables(ctx: AnalyzeTablesContext): Unit
Exit a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitAny_value(ctx: Any_valueContext): Unit
Exit a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitApplyTransform(ctx: ApplyTransformContext): Unit
Exit a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.Exit a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitArithmeticBinary(ctx: ArithmeticBinaryContext): Unit
Exit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitArithmeticUnary(ctx: ArithmeticUnaryContext): Unit
Exit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#backQuotedIdentifier.Exit a parse tree produced by
SqlBaseParser#backQuotedIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitBigDecimalLiteral(ctx: BigDecimalLiteralContext): Unit
Exit a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitBigIntLiteral(ctx: BigIntLiteralContext): Unit
Exit a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitBooleanLiteral(ctx: BooleanLiteralContext): Unit
Exit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCacheTable(ctx: CacheTableContext): Unit
Exit a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCast(ctx: CastContext): Unit
Exit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitClearCache(ctx: ClearCacheContext): Unit
Exit a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitColDefinitionDescriptorWithPosition(ctx: ColDefinitionDescriptorWithPositionContext): Unit
Exit a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.Exit a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitColDefinitionOption(ctx: ColDefinitionOptionContext): Unit
Exit a parse tree produced by
SqlBaseParser#colDefinitionOption.Exit a parse tree produced by
SqlBaseParser#colDefinitionOption.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitColumnReference(ctx: ColumnReferenceContext): Unit
Exit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitComment(ctx: CommentContext): Unit
Exit a parse tree produced by
SqlBaseParser#comment.Exit a parse tree produced by
SqlBaseParser#comment.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCommentNamespace(ctx: CommentNamespaceContext): Unit
Exit a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCommentTable(ctx: CommentTableContext): Unit
Exit a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitComparison(ctx: ComparisonContext): Unit
Exit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitComplexDataType(ctx: ComplexDataTypeContext): Unit
Exit a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.Exit a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitConfigKey(ctx: ConfigKeyContext): Unit
Exit a parse tree produced by
SqlBaseParser#configKey.Exit a parse tree produced by
SqlBaseParser#configKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitConfigValue(ctx: ConfigValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#configValue.Exit a parse tree produced by
SqlBaseParser#configValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitConstantDefault(ctx: ConstantDefaultContext): Unit
Exit a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateFunction(ctx: CreateFunctionContext): Unit
Exit a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateIndex(ctx: CreateIndexContext): Unit
Exit a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateNamespace(ctx: CreateNamespaceContext): Unit
Exit a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateOrReplaceTableColType(ctx: CreateOrReplaceTableColTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.Exit a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateOrReplaceTableColTypeList(ctx: CreateOrReplaceTableColTypeListContext): Unit
Exit a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.Exit a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateTable(ctx: CreateTableContext): Unit
Exit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateTableLike(ctx: CreateTableLikeContext): Unit
Exit a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateTempViewUsing(ctx: CreateTempViewUsingContext): Unit
Exit a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCreateView(ctx: CreateViewContext): Unit
Exit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitCurrentLike(ctx: CurrentLikeContext): Unit
Exit a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDatetimeUnit(ctx: DatetimeUnitContext): Unit
Exit a parse tree produced by
SqlBaseParser#datetimeUnit.Exit a parse tree produced by
SqlBaseParser#datetimeUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): Unit
Exit a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Exit a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDecimalLiteral(ctx: DecimalLiteralContext): Unit
Exit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDefaultExpression(ctx: DefaultExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#defaultExpression.Exit a parse tree produced by
SqlBaseParser#defaultExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDeleteFromTable(ctx: DeleteFromTableContext): Unit
Exit a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Exit a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDereference(ctx: DereferenceContext): Unit
Exit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDescribeFunction(ctx: DescribeFunctionContext): Unit
Exit a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDescribeNamespace(ctx: DescribeNamespaceContext): Unit
Exit a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDescribeQuery(ctx: DescribeQueryContext): Unit
Exit a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDescribeRelation(ctx: DescribeRelationContext): Unit
Exit a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDmlStatement(ctx: DmlStatementContext): Unit
Exit a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDoubleLiteral(ctx: DoubleLiteralContext): Unit
Exit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropFunction(ctx: DropFunctionContext): Unit
Exit a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropIndex(ctx: DropIndexContext): Unit
Exit a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropNamespace(ctx: DropNamespaceContext): Unit
Exit a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropTable(ctx: DropTableContext): Unit
Exit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropTableColumns(ctx: DropTableColumnsContext): Unit
Exit a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropTablePartitions(ctx: DropTablePartitionsContext): Unit
Exit a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitDropView(ctx: DropViewContext): Unit
Exit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitErrorIdent(ctx: ErrorIdentContext): Unit
Exit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Exit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseParserBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
exitExists(ctx: ExistsContext): Unit
Exit a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExplain(ctx: ExplainContext): Unit
Exit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExponentLiteral(ctx: ExponentLiteralContext): Unit
Exit a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExpressionProperty(ctx: ExpressionPropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#expressionProperty.Exit a parse tree produced by
SqlBaseParser#expressionProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExpressionPropertyList(ctx: ExpressionPropertyListContext): Unit
Exit a parse tree produced by
SqlBaseParser#expressionPropertyList.Exit a parse tree produced by
SqlBaseParser#expressionPropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExpressionSeq(ctx: ExpressionSeqContext): Unit
Exit a parse tree produced by
SqlBaseParser#expressionSeq.Exit a parse tree produced by
SqlBaseParser#expressionSeq.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitExtract(ctx: ExtractContext): Unit
Exit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFailNativeCommand(ctx: FailNativeCommandContext): Unit
Exit a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFirst(ctx: FirstContext): Unit
Exit a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFloatLiteral(ctx: FloatLiteralContext): Unit
Exit a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFromStmt(ctx: FromStmtContext): Unit
Exit a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionArgument(ctx: FunctionArgumentContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionArgument.Exit a parse tree produced by
SqlBaseParser#functionArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionCall(ctx: FunctionCallContext): Unit
Exit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionTableArgument(ctx: FunctionTableArgumentContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionTableArgument.Exit a parse tree produced by
SqlBaseParser#functionTableArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionTableNamedArgumentExpression(ctx: FunctionTableNamedArgumentExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.Exit a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionTableReferenceArgument(ctx: FunctionTableReferenceArgumentContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.Exit a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitFunctionTableSubqueryArgument(ctx: FunctionTableSubqueryArgumentContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.Exit a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitGenerationExpression(ctx: GenerationExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#generationExpression.Exit a parse tree produced by
SqlBaseParser#generationExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitGenericFileFormat(ctx: GenericFileFormatContext): Unit
Exit a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.Exit a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitGroupByClause(ctx: GroupByClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupByClause.Exit a parse tree produced by
SqlBaseParser#groupByClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitGroupingAnalytics(ctx: GroupingAnalyticsContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupingAnalytics.Exit a parse tree produced by
SqlBaseParser#groupingAnalytics.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitGroupingElement(ctx: GroupingElementContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupingElement.Exit a parse tree produced by
SqlBaseParser#groupingElement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitHiveChangeColumn(ctx: HiveChangeColumnContext): Unit
Exit a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitHiveReplaceColumns(ctx: HiveReplaceColumnsContext): Unit
Exit a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitIdentifierReference(ctx: IdentifierReferenceContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifierReference.Exit a parse tree produced by
SqlBaseParser#identifierReference.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitIdentityTransform(ctx: IdentityTransformContext): Unit
Exit a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.Exit a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInlineTableDefault1(ctx: InlineTableDefault1Context): Unit
Exit a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInlineTableDefault2(ctx: InlineTableDefault2Context): Unit
Exit a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): Unit
Exit a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.Exit a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInsertIntoTable(ctx: InsertIntoTableContext): Unit
Exit a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.Exit a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInsertOverwriteDir(ctx: InsertOverwriteDirContext): Unit
Exit a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.Exit a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): Unit
Exit a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.Exit a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitInsertOverwriteTable(ctx: InsertOverwriteTableContext): Unit
Exit a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.Exit a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitIntegerLiteral(ctx: IntegerLiteralContext): Unit
Exit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitIntervalLiteral(ctx: IntervalLiteralContext): Unit
Exit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLambda(ctx: LambdaContext): Unit
Exit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLast(ctx: LastContext): Unit
Exit a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): Unit
Exit a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLiteralType(ctx: LiteralTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#literalType.Exit a parse tree produced by
SqlBaseParser#literalType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLoadData(ctx: LoadDataContext): Unit
Exit a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLogicalBinary(ctx: LogicalBinaryContext): Unit
Exit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitLogicalNot(ctx: LogicalNotContext): Unit
Exit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitManageResource(ctx: ManageResourceContext): Unit
Exit a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitMergeIntoTable(ctx: MergeIntoTableContext): Unit
Exit a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Exit a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitMultiInsertQuery(ctx: MultiInsertQueryContext): Unit
Exit a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Exit a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.Exit a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): Unit
Exit a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.Exit a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNamedArgumentExpression(ctx: NamedArgumentExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedArgumentExpression.Exit a parse tree produced by
SqlBaseParser#namedArgumentExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNamedParameterLiteral(ctx: NamedParameterLiteralContext): Unit
Exit a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNamespaces(ctx: NamespacesContext): Unit
Exit a parse tree produced by
SqlBaseParser#namespaces.Exit a parse tree produced by
SqlBaseParser#namespaces.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNotMatchedBySourceAction(ctx: NotMatchedBySourceActionContext): Unit
Exit a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.Exit a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNotMatchedBySourceClause(ctx: NotMatchedBySourceClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.Exit a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNullLiteral(ctx: NullLiteralContext): Unit
Exit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitNumericLiteral(ctx: NumericLiteralContext): Unit
Exit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitOverlay(ctx: OverlayContext): Unit
Exit a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Unit
Exit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPartitionColumn(ctx: PartitionColumnContext): Unit
Exit a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.Exit a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPartitionFieldList(ctx: PartitionFieldListContext): Unit
Exit a parse tree produced by
SqlBaseParser#partitionFieldList.Exit a parse tree produced by
SqlBaseParser#partitionFieldList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPartitionTransform(ctx: PartitionTransformContext): Unit
Exit a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.Exit a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPercentile(ctx: PercentileContext): Unit
Exit a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPosParameterLiteral(ctx: PosParameterLiteralContext): Unit
Exit a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPosition(ctx: PositionContext): Unit
Exit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPredicated(ctx: PredicatedContext): Unit
Exit a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.Exit a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPrimitiveDataType(ctx: PrimitiveDataTypeContext): Unit
Exit a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.Exit a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitProperty(ctx: PropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#property.Exit a parse tree produced by
SqlBaseParser#property.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPropertyKey(ctx: PropertyKeyContext): Unit
Exit a parse tree produced by
SqlBaseParser#propertyKey.Exit a parse tree produced by
SqlBaseParser#propertyKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPropertyList(ctx: PropertyListContext): Unit
Exit a parse tree produced by
SqlBaseParser#propertyList.Exit a parse tree produced by
SqlBaseParser#propertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitPropertyValue(ctx: PropertyValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#propertyValue.Exit a parse tree produced by
SqlBaseParser#propertyValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitQuery(ctx: SqlBaseParser.QueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#query.Exit a parse tree produced by
SqlBaseParser#query.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): Unit
Exit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitQueryTermDefault(ctx: QueryTermDefaultContext): Unit
Exit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Exit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRealIdent(ctx: RealIdentContext): Unit
Exit a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Exit a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRecoverPartitions(ctx: RecoverPartitionsContext): Unit
Exit a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRefreshFunction(ctx: RefreshFunctionContext): Unit
Exit a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRefreshResource(ctx: RefreshResourceContext): Unit
Exit a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRefreshTable(ctx: RefreshTableContext): Unit
Exit a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): Unit
Exit a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Exit a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRelationExtension(ctx: RelationExtensionContext): Unit
Exit a parse tree produced by
SqlBaseParser#relationExtension.Exit a parse tree produced by
SqlBaseParser#relationExtension.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRenameTable(ctx: RenameTableContext): Unit
Exit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRenameTableColumn(ctx: RenameTableColumnContext): Unit
Exit a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRenameTablePartition(ctx: RenameTablePartitionContext): Unit
Exit a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRepairTable(ctx: RepairTableContext): Unit
Exit a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitReplaceTable(ctx: ReplaceTableContext): Unit
Exit a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitResetConfiguration(ctx: ResetConfigurationContext): Unit
Exit a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): Unit
Exit a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRowConstructor(ctx: RowConstructorContext): Unit
Exit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRowFormatDelimited(ctx: RowFormatDelimitedContext): Unit
Exit a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.Exit a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitRowFormatSerde(ctx: RowFormatSerdeContext): Unit
Exit a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.Exit a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSampleByBucket(ctx: SampleByBucketContext): Unit
Exit a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.Exit a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSampleByBytes(ctx: SampleByBytesContext): Unit
Exit a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.Exit a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSampleByPercentile(ctx: SampleByPercentileContext): Unit
Exit a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.Exit a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSampleByRows(ctx: SampleByRowsContext): Unit
Exit a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.Exit a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSearchedCase(ctx: SearchedCaseContext): Unit
Exit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetCatalog(ctx: SetCatalogContext): Unit
Exit a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetConfiguration(ctx: SetConfigurationContext): Unit
Exit a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetNamespaceLocation(ctx: SetNamespaceLocationContext): Unit
Exit a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): Unit
Exit a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetOperation(ctx: SetOperationContext): Unit
Exit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Exit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): Unit
Exit a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetTableLocation(ctx: SetTableLocationContext): Unit
Exit a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetTableProperties(ctx: SetTablePropertiesContext): Unit
Exit a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetTableSerDe(ctx: SetTableSerDeContext): Unit
Exit a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSetTimeZone(ctx: SetTimeZoneContext): Unit
Exit a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowCatalogs(ctx: ShowCatalogsContext): Unit
Exit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowColumns(ctx: ShowColumnsContext): Unit
Exit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowCreateTable(ctx: ShowCreateTableContext): Unit
Exit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): Unit
Exit a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowFunctions(ctx: ShowFunctionsContext): Unit
Exit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowNamespaces(ctx: ShowNamespacesContext): Unit
Exit a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowPartitions(ctx: ShowPartitionsContext): Unit
Exit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowTableExtended(ctx: ShowTableExtendedContext): Unit
Exit a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowTables(ctx: ShowTablesContext): Unit
Exit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowTblProperties(ctx: ShowTblPropertiesContext): Unit
Exit a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitShowViews(ctx: ShowViewsContext): Unit
Exit a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSimpleCase(ctx: SimpleCaseContext): Unit
Exit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
def
exitSingleInsertQuery(ctx: SingleInsertQueryContext): Unit
Exit a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Exit a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- UnclosedCommentProcessor → SqlBaseParserBaseListener → SqlBaseParserListener
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSmallIntLiteral(ctx: SmallIntLiteralContext): Unit
Exit a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitStar(ctx: StarContext): Unit
Exit a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitStatementDefault(ctx: StatementDefaultContext): Unit
Exit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitStringLit(ctx: StringLitContext): Unit
Exit a parse tree produced by
SqlBaseParser#stringLit.Exit a parse tree produced by
SqlBaseParser#stringLit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitStringLiteral(ctx: StringLiteralContext): Unit
Exit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitStruct(ctx: StructContext): Unit
Exit a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSubquery(ctx: SubqueryContext): Unit
Exit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSubqueryExpression(ctx: SubqueryExpressionContext): Unit
Exit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSubscript(ctx: SubscriptContext): Unit
Exit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitSubstring(ctx: SubstringContext): Unit
Exit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTable(ctx: TableContext): Unit
Exit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Exit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTableFileFormat(ctx: TableFileFormatContext): Unit
Exit a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.Exit a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTableName(ctx: TableNameContext): Unit
Exit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTableValuedFunction(ctx: TableValuedFunctionContext): Unit
Exit a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.Exit a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTemporalClause(ctx: TemporalClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#temporalClause.Exit a parse tree produced by
SqlBaseParser#temporalClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTimestampadd(ctx: TimestampaddContext): Unit
Exit a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTimestampdiff(ctx: TimestampdiffContext): Unit
Exit a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTimezone(ctx: TimezoneContext): Unit
Exit a parse tree produced by
SqlBaseParser#timezone.Exit a parse tree produced by
SqlBaseParser#timezone.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTinyIntLiteral(ctx: TinyIntLiteralContext): Unit
Exit a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.Exit a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): Unit
Exit a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Exit a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTrim(ctx: TrimContext): Unit
Exit a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTruncateTable(ctx: TruncateTableContext): Unit
Exit a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitType(ctx: TypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#type.Exit a parse tree produced by
SqlBaseParser#type.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitTypeConstructor(ctx: TypeConstructorContext): Unit
Exit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.Exit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUncacheTable(ctx: UncacheTableContext): Unit
Exit a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnitInMultiUnits(ctx: UnitInMultiUnitsContext): Unit
Exit a parse tree produced by
SqlBaseParser#unitInMultiUnits.Exit a parse tree produced by
SqlBaseParser#unitInMultiUnits.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnitInUnitToUnit(ctx: UnitInUnitToUnitContext): Unit
Exit a parse tree produced by
SqlBaseParser#unitInUnitToUnit.Exit a parse tree produced by
SqlBaseParser#unitInUnitToUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotAlias(ctx: UnpivotAliasContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotAlias.Exit a parse tree produced by
SqlBaseParser#unpivotAlias.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotClause(ctx: UnpivotClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotClause.Exit a parse tree produced by
SqlBaseParser#unpivotClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotColumn(ctx: UnpivotColumnContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotColumn.Exit a parse tree produced by
SqlBaseParser#unpivotColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotColumnAndAlias(ctx: UnpivotColumnAndAliasContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.Exit a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotColumnSet(ctx: UnpivotColumnSetContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotColumnSet.Exit a parse tree produced by
SqlBaseParser#unpivotColumnSet.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotMultiValueColumnClause(ctx: UnpivotMultiValueColumnClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.Exit a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotNameColumn(ctx: UnpivotNameColumnContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotNameColumn.Exit a parse tree produced by
SqlBaseParser#unpivotNameColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotNullClause(ctx: UnpivotNullClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotNullClause.Exit a parse tree produced by
SqlBaseParser#unpivotNullClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotOperator(ctx: UnpivotOperatorContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotOperator.Exit a parse tree produced by
SqlBaseParser#unpivotOperator.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotSingleValueColumnClause(ctx: UnpivotSingleValueColumnClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.Exit a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnpivotValueColumn(ctx: UnpivotValueColumnContext): Unit
Exit a parse tree produced by
SqlBaseParser#unpivotValueColumn.Exit a parse tree produced by
SqlBaseParser#unpivotValueColumn.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUnsetTableProperties(ctx: UnsetTablePropertiesContext): Unit
Exit a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUpdateTable(ctx: UpdateTableContext): Unit
Exit a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Exit a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUse(ctx: UseContext): Unit
Exit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitUseNamespace(ctx: UseNamespaceContext): Unit
Exit a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Unit
Exit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Exit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitVersion(ctx: VersionContext): Unit
Exit a parse tree produced by
SqlBaseParser#version.Exit a parse tree produced by
SqlBaseParser#version.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitWindowDef(ctx: WindowDefContext): Unit
Exit a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.Exit a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
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
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitWindowRef(ctx: WindowRefContext): Unit
Exit a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.Exit a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
exitYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): Unit
Exit a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Exit a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseParserBaseListener → SqlBaseParserListener
- Annotations
- @Override()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tokenStream: CommonTokenStream
-
def
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseParserBaseListener → ParseTreeListener
- Annotations
- @Override()
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseParserBaseListener → ParseTreeListener
- Annotations
- @Override()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()