class SqlBaseBaseListener extends SqlBaseListener
This class provides an empty implementation of SqlBaseListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- SqlBaseBaseListener
- SqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SqlBaseBaseListener()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterCreateHiveTable(ctx: CreateHiveTableContext): Unit
Enter a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterCurrentDatetime(ctx: CurrentDatetimeContext): Unit
Enter a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.Enter a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterIntervalUnit(ctx: IntervalUnitContext): Unit
Enter a parse tree produced by
SqlBaseParser#intervalUnit.Enter a parse tree produced by
SqlBaseParser#intervalUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterShowTable(ctx: ShowTableContext): Unit
Enter a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.Enter a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
enterTransformList(ctx: TransformListContext): Unit
Enter a parse tree produced by
SqlBaseParser#transformList.Enter a parse tree produced by
SqlBaseParser#transformList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitCreateHiveTable(ctx: CreateHiveTableContext): Unit
Exit a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitCurrentDatetime(ctx: CurrentDatetimeContext): Unit
Exit a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.Exit a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitErrorIdent(ctx: ErrorIdentContext): Unit
Exit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Exit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitIntervalUnit(ctx: IntervalUnitContext): Unit
Exit a parse tree produced by
SqlBaseParser#intervalUnit.Exit a parse tree produced by
SqlBaseParser#intervalUnit.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitNonReserved(ctx: NonReservedContext): Unit
Exit a parse tree produced by
SqlBaseParser#nonReserved.Exit a parse tree produced by
SqlBaseParser#nonReserved.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#quotedIdentifier.Exit a parse tree produced by
SqlBaseParser#quotedIdentifier.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitShowTable(ctx: ShowTableContext): Unit
Exit a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.Exit a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
exitTransformList(ctx: TransformListContext): Unit
Exit a parse tree produced by
SqlBaseParser#transformList.Exit a parse tree produced by
SqlBaseParser#transformList.The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- SqlBaseBaseListener → SqlBaseListener
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
def
visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- SqlBaseBaseListener → ParseTreeListener
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()