case object PostProcessor extends SqlBaseBaseListener with Product with Serializable
The post-processor validates & cleans-up the parse tree during the parse process.
- Alphabetic
- By Inheritance
- PostProcessor
- Serializable
- Product
- Equals
- SqlBaseBaseListener
- SqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterQuery(ctx: QueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#query.Enter a parse tree produced by
SqlBaseParser#query.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTableProperty(ctx: TablePropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableProperty.Enter a parse tree produced by
SqlBaseParser#tableProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTablePropertyKey(ctx: TablePropertyKeyContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyKey.Enter a parse tree produced by
SqlBaseParser#tablePropertyKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTablePropertyList(ctx: TablePropertyListContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyList.Enter a parse tree produced by
SqlBaseParser#tablePropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def enterTablePropertyValue(ctx: TablePropertyValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyValue.Enter a parse tree produced by
SqlBaseParser#tablePropertyValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitErrorIdent(ctx: ErrorIdentContext): Unit
Throws error message when exiting a explicitly captured wrong identifier rule
Throws error message when exiting a explicitly captured wrong identifier rule
- ctx
the parse tree
- Definition Classes
- PostProcessor → SqlBaseBaseListener → SqlBaseListener
- def exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitNonReserved(ctx: NonReservedContext): Unit
Treat non-reserved keywords as Identifiers.
Treat non-reserved keywords as Identifiers.
- ctx
the parse tree
- Definition Classes
- PostProcessor → SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitQuery(ctx: QueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#query.Exit a parse tree produced by
SqlBaseParser#query.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Remove the back ticks from an Identifier.
Remove the back ticks from an Identifier.
- ctx
the parse tree
- Definition Classes
- PostProcessor → SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTableProperty(ctx: TablePropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableProperty.Exit a parse tree produced by
SqlBaseParser#tableProperty.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTablePropertyKey(ctx: TablePropertyKeyContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyKey.Exit a parse tree produced by
SqlBaseParser#tablePropertyKey.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTablePropertyList(ctx: TablePropertyListContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyList.Exit a parse tree produced by
SqlBaseParser#tablePropertyList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def exitTablePropertyValue(ctx: TablePropertyValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyValue.Exit a parse tree produced by
SqlBaseParser#tablePropertyValue.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- 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
- SqlBaseBaseListener → SqlBaseListener
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- def visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()