trait SqlBaseListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SqlBaseParser.
- Alphabetic
- By Inheritance
- SqlBaseListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterAggregationClause(ctx: AggregationClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#aggregationClause.Enter a parse tree produced by
SqlBaseParser#aggregationClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterAlterColumnAction(ctx: AlterColumnActionContext): Unit
Enter a parse tree produced by
SqlBaseParser#alterColumnAction.Enter a parse tree produced by
SqlBaseParser#alterColumnAction.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterAnsiNonReserved(ctx: AnsiNonReservedContext): Unit
Enter a parse tree produced by
SqlBaseParser#ansiNonReserved.Enter a parse tree produced by
SqlBaseParser#ansiNonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterArithmeticOperator(ctx: ArithmeticOperatorContext): Unit
Enter a parse tree produced by
SqlBaseParser#arithmeticOperator.Enter a parse tree produced by
SqlBaseParser#arithmeticOperator.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterAssignment(ctx: AssignmentContext): Unit
Enter a parse tree produced by
SqlBaseParser#assignment.Enter a parse tree produced by
SqlBaseParser#assignment.- ctx
the parse tree
-
abstract
def
enterAssignmentList(ctx: AssignmentListContext): Unit
Enter a parse tree produced by
SqlBaseParser#assignmentList.Enter a parse tree produced by
SqlBaseParser#assignmentList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterBooleanValue(ctx: BooleanValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#booleanValue.Enter a parse tree produced by
SqlBaseParser#booleanValue.- ctx
the parse tree
-
abstract
def
enterBucketSpec(ctx: BucketSpecContext): Unit
Enter a parse tree produced by
SqlBaseParser#bucketSpec.Enter a parse tree produced by
SqlBaseParser#bucketSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterColPosition(ctx: ColPositionContext): Unit
Enter a parse tree produced by
SqlBaseParser#colPosition.Enter a parse tree produced by
SqlBaseParser#colPosition.- ctx
the parse tree
-
abstract
def
enterColType(ctx: ColTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#colType.Enter a parse tree produced by
SqlBaseParser#colType.- ctx
the parse tree
-
abstract
def
enterColTypeList(ctx: ColTypeListContext): Unit
Enter a parse tree produced by
SqlBaseParser#colTypeList.Enter a parse tree produced by
SqlBaseParser#colTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterCommentSpec(ctx: CommentSpecContext): Unit
Enter a parse tree produced by
SqlBaseParser#commentSpec.Enter a parse tree produced by
SqlBaseParser#commentSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterComparisonOperator(ctx: ComparisonOperatorContext): Unit
Enter a parse tree produced by
SqlBaseParser#comparisonOperator.Enter a parse tree produced by
SqlBaseParser#comparisonOperator.- ctx
the parse tree
-
abstract
def
enterComplexColType(ctx: ComplexColTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#complexColType.Enter a parse tree produced by
SqlBaseParser#complexColType.- ctx
the parse tree
-
abstract
def
enterComplexColTypeList(ctx: ComplexColTypeListContext): Unit
Enter a parse tree produced by
SqlBaseParser#complexColTypeList.Enter a parse tree produced by
SqlBaseParser#complexColTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterConstantList(ctx: ConstantListContext): Unit
Enter a parse tree produced by
SqlBaseParser#constantList.Enter a parse tree produced by
SqlBaseParser#constantList.- ctx
the parse tree
-
abstract
def
enterCreateFileFormat(ctx: CreateFileFormatContext): Unit
Enter a parse tree produced by
SqlBaseParser#createFileFormat.Enter a parse tree produced by
SqlBaseParser#createFileFormat.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterCreateTableClauses(ctx: CreateTableClausesContext): Unit
Enter a parse tree produced by
SqlBaseParser#createTableClauses.Enter a parse tree produced by
SqlBaseParser#createTableClauses.- ctx
the parse tree
-
abstract
def
enterCreateTableHeader(ctx: CreateTableHeaderContext): Unit
Enter a parse tree produced by
SqlBaseParser#createTableHeader.Enter a parse tree produced by
SqlBaseParser#createTableHeader.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterCtes(ctx: CtesContext): Unit
Enter a parse tree produced by
SqlBaseParser#ctes.Enter a parse tree produced by
SqlBaseParser#ctes.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterDescribeColName(ctx: DescribeColNameContext): Unit
Enter a parse tree produced by
SqlBaseParser#describeColName.Enter a parse tree produced by
SqlBaseParser#describeColName.- ctx
the parse tree
-
abstract
def
enterDescribeFuncName(ctx: DescribeFuncNameContext): Unit
Enter a parse tree produced by
SqlBaseParser#describeFuncName.Enter a parse tree produced by
SqlBaseParser#describeFuncName.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.Enter a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.- ctx
the parse tree
-
abstract
def
enterErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.Enter a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.- ctx
the parse tree
-
abstract
def
enterErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.Enter a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterExpression(ctx: ExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#expression.Enter a parse tree produced by
SqlBaseParser#expression.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterFrameBound(ctx: FrameBoundContext): Unit
Enter a parse tree produced by
SqlBaseParser#frameBound.Enter a parse tree produced by
SqlBaseParser#frameBound.- ctx
the parse tree
-
abstract
def
enterFromClause(ctx: FromClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#fromClause.Enter a parse tree produced by
SqlBaseParser#fromClause.- ctx
the parse tree
-
abstract
def
enterFromStatement(ctx: FromStatementContext): Unit
Enter a parse tree produced by
SqlBaseParser#fromStatement.Enter a parse tree produced by
SqlBaseParser#fromStatement.- ctx
the parse tree
-
abstract
def
enterFromStatementBody(ctx: FromStatementBodyContext): Unit
Enter a parse tree produced by
SqlBaseParser#fromStatementBody.Enter a parse tree produced by
SqlBaseParser#fromStatementBody.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterFunctionIdentifier(ctx: FunctionIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionIdentifier.Enter a parse tree produced by
SqlBaseParser#functionIdentifier.- ctx
the parse tree
-
abstract
def
enterFunctionName(ctx: FunctionNameContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionName.Enter a parse tree produced by
SqlBaseParser#functionName.- ctx
the parse tree
-
abstract
def
enterFunctionTable(ctx: FunctionTableContext): Unit
Enter a parse tree produced by
SqlBaseParser#functionTable.Enter a parse tree produced by
SqlBaseParser#functionTable.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterGroupingSet(ctx: GroupingSetContext): Unit
Enter a parse tree produced by
SqlBaseParser#groupingSet.Enter a parse tree produced by
SqlBaseParser#groupingSet.- ctx
the parse tree
-
abstract
def
enterHavingClause(ctx: HavingClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#havingClause.Enter a parse tree produced by
SqlBaseParser#havingClause.- ctx
the parse tree
-
abstract
def
enterHint(ctx: HintContext): Unit
Enter a parse tree produced by
SqlBaseParser#hint.Enter a parse tree produced by
SqlBaseParser#hint.- ctx
the parse tree
-
abstract
def
enterHintStatement(ctx: HintStatementContext): Unit
Enter a parse tree produced by
SqlBaseParser#hintStatement.Enter a parse tree produced by
SqlBaseParser#hintStatement.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterIdentifier(ctx: IdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifier.Enter a parse tree produced by
SqlBaseParser#identifier.- ctx
the parse tree
-
abstract
def
enterIdentifierComment(ctx: IdentifierCommentContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifierComment.Enter a parse tree produced by
SqlBaseParser#identifierComment.- ctx
the parse tree
-
abstract
def
enterIdentifierCommentList(ctx: IdentifierCommentListContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifierCommentList.Enter a parse tree produced by
SqlBaseParser#identifierCommentList.- ctx
the parse tree
-
abstract
def
enterIdentifierList(ctx: IdentifierListContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifierList.Enter a parse tree produced by
SqlBaseParser#identifierList.- ctx
the parse tree
-
abstract
def
enterIdentifierSeq(ctx: IdentifierSeqContext): Unit
Enter a parse tree produced by
SqlBaseParser#identifierSeq.Enter a parse tree produced by
SqlBaseParser#identifierSeq.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterInlineTable(ctx: InlineTableContext): Unit
Enter a parse tree produced by
SqlBaseParser#inlineTable.Enter a parse tree produced by
SqlBaseParser#inlineTable.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterInterval(ctx: IntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#interval.Enter a parse tree produced by
SqlBaseParser#interval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterIntervalUnit(ctx: IntervalUnitContext): Unit
Enter a parse tree produced by
SqlBaseParser#intervalUnit.Enter a parse tree produced by
SqlBaseParser#intervalUnit.- ctx
the parse tree
-
abstract
def
enterIntervalValue(ctx: IntervalValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#intervalValue.Enter a parse tree produced by
SqlBaseParser#intervalValue.- ctx
the parse tree
-
abstract
def
enterJoinCriteria(ctx: JoinCriteriaContext): Unit
Enter a parse tree produced by
SqlBaseParser#joinCriteria.Enter a parse tree produced by
SqlBaseParser#joinCriteria.- ctx
the parse tree
-
abstract
def
enterJoinRelation(ctx: JoinRelationContext): Unit
Enter a parse tree produced by
SqlBaseParser#joinRelation.Enter a parse tree produced by
SqlBaseParser#joinRelation.- ctx
the parse tree
-
abstract
def
enterJoinType(ctx: JoinTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#joinType.Enter a parse tree produced by
SqlBaseParser#joinType.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterLateralView(ctx: LateralViewContext): Unit
Enter a parse tree produced by
SqlBaseParser#lateralView.Enter a parse tree produced by
SqlBaseParser#lateralView.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterLocationSpec(ctx: LocationSpecContext): Unit
Enter a parse tree produced by
SqlBaseParser#locationSpec.Enter a parse tree produced by
SqlBaseParser#locationSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterMatchedAction(ctx: MatchedActionContext): Unit
Enter a parse tree produced by
SqlBaseParser#matchedAction.Enter a parse tree produced by
SqlBaseParser#matchedAction.- ctx
the parse tree
-
abstract
def
enterMatchedClause(ctx: MatchedClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#matchedClause.Enter a parse tree produced by
SqlBaseParser#matchedClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit
Enter a parse tree produced by
SqlBaseParser#multiInsertQueryBody.Enter a parse tree produced by
SqlBaseParser#multiInsertQueryBody.- ctx
the parse tree
-
abstract
def
enterMultiUnitsInterval(ctx: MultiUnitsIntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#multiUnitsInterval.Enter a parse tree produced by
SqlBaseParser#multiUnitsInterval.- ctx
the parse tree
-
abstract
def
enterMultipartIdentifier(ctx: MultipartIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#multipartIdentifier.Enter a parse tree produced by
SqlBaseParser#multipartIdentifier.- ctx
the parse tree
-
abstract
def
enterMultipartIdentifierList(ctx: MultipartIdentifierListContext): Unit
Enter a parse tree produced by
SqlBaseParser#multipartIdentifierList.Enter a parse tree produced by
SqlBaseParser#multipartIdentifierList.- ctx
the parse tree
-
abstract
def
enterNamedExpression(ctx: NamedExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedExpression.Enter a parse tree produced by
SqlBaseParser#namedExpression.- ctx
the parse tree
-
abstract
def
enterNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedExpressionSeq.Enter a parse tree produced by
SqlBaseParser#namedExpressionSeq.- ctx
the parse tree
-
abstract
def
enterNamedQuery(ctx: NamedQueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedQuery.Enter a parse tree produced by
SqlBaseParser#namedQuery.- ctx
the parse tree
-
abstract
def
enterNamedWindow(ctx: NamedWindowContext): Unit
Enter a parse tree produced by
SqlBaseParser#namedWindow.Enter a parse tree produced by
SqlBaseParser#namedWindow.- ctx
the parse tree
-
abstract
def
enterNamespace(ctx: NamespaceContext): Unit
Enter a parse tree produced by
SqlBaseParser#namespace.Enter a parse tree produced by
SqlBaseParser#namespace.- ctx
the parse tree
-
abstract
def
enterNestedConstantList(ctx: NestedConstantListContext): Unit
Enter a parse tree produced by
SqlBaseParser#nestedConstantList.Enter a parse tree produced by
SqlBaseParser#nestedConstantList.- ctx
the parse tree
-
abstract
def
enterNonReserved(ctx: NonReservedContext): Unit
Enter a parse tree produced by
SqlBaseParser#nonReserved.Enter a parse tree produced by
SqlBaseParser#nonReserved.- ctx
the parse tree
-
abstract
def
enterNotMatchedAction(ctx: NotMatchedActionContext): Unit
Enter a parse tree produced by
SqlBaseParser#notMatchedAction.Enter a parse tree produced by
SqlBaseParser#notMatchedAction.- ctx
the parse tree
-
abstract
def
enterNotMatchedClause(ctx: NotMatchedClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#notMatchedClause.Enter a parse tree produced by
SqlBaseParser#notMatchedClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterOrderedIdentifier(ctx: OrderedIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#orderedIdentifier.Enter a parse tree produced by
SqlBaseParser#orderedIdentifier.- ctx
the parse tree
-
abstract
def
enterOrderedIdentifierList(ctx: OrderedIdentifierListContext): Unit
Enter a parse tree produced by
SqlBaseParser#orderedIdentifierList.Enter a parse tree produced by
SqlBaseParser#orderedIdentifierList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterPartitionSpec(ctx: PartitionSpecContext): Unit
Enter a parse tree produced by
SqlBaseParser#partitionSpec.Enter a parse tree produced by
SqlBaseParser#partitionSpec.- ctx
the parse tree
-
abstract
def
enterPartitionSpecLocation(ctx: PartitionSpecLocationContext): Unit
Enter a parse tree produced by
SqlBaseParser#partitionSpecLocation.Enter a parse tree produced by
SqlBaseParser#partitionSpecLocation.- ctx
the parse tree
-
abstract
def
enterPartitionVal(ctx: PartitionValContext): Unit
Enter a parse tree produced by
SqlBaseParser#partitionVal.Enter a parse tree produced by
SqlBaseParser#partitionVal.- ctx
the parse tree
-
abstract
def
enterPivotClause(ctx: PivotClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#pivotClause.Enter a parse tree produced by
SqlBaseParser#pivotClause.- ctx
the parse tree
-
abstract
def
enterPivotColumn(ctx: PivotColumnContext): Unit
Enter a parse tree produced by
SqlBaseParser#pivotColumn.Enter a parse tree produced by
SqlBaseParser#pivotColumn.- ctx
the parse tree
-
abstract
def
enterPivotValue(ctx: PivotValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#pivotValue.Enter a parse tree produced by
SqlBaseParser#pivotValue.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterPredicate(ctx: PredicateContext): Unit
Enter a parse tree produced by
SqlBaseParser#predicate.Enter a parse tree produced by
SqlBaseParser#predicate.- ctx
the parse tree
-
abstract
def
enterPredicateOperator(ctx: PredicateOperatorContext): Unit
Enter a parse tree produced by
SqlBaseParser#predicateOperator.Enter a parse tree produced by
SqlBaseParser#predicateOperator.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): Unit
Enter a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.Enter a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.- ctx
the parse tree
-
abstract
def
enterQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): Unit
Enter a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.Enter a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.- ctx
the parse tree
-
abstract
def
enterQualifiedName(ctx: QualifiedNameContext): Unit
Enter a parse tree produced by
SqlBaseParser#qualifiedName.Enter a parse tree produced by
SqlBaseParser#qualifiedName.- ctx
the parse tree
-
abstract
def
enterQualifiedNameList(ctx: QualifiedNameListContext): Unit
Enter a parse tree produced by
SqlBaseParser#qualifiedNameList.Enter a parse tree produced by
SqlBaseParser#qualifiedNameList.- ctx
the parse tree
-
abstract
def
enterQuery(ctx: QueryContext): Unit
Enter a parse tree produced by
SqlBaseParser#query.Enter a parse tree produced by
SqlBaseParser#query.- ctx
the parse tree
-
abstract
def
enterQueryOrganization(ctx: QueryOrganizationContext): Unit
Enter a parse tree produced by
SqlBaseParser#queryOrganization.Enter a parse tree produced by
SqlBaseParser#queryOrganization.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#quotedIdentifier.Enter a parse tree produced by
SqlBaseParser#quotedIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterRelation(ctx: RelationContext): Unit
Enter a parse tree produced by
SqlBaseParser#relation.Enter a parse tree produced by
SqlBaseParser#relation.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit
Enter a parse tree produced by
SqlBaseParser#replaceTableHeader.Enter a parse tree produced by
SqlBaseParser#replaceTableHeader.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterResource(ctx: ResourceContext): Unit
Enter a parse tree produced by
SqlBaseParser#resource.Enter a parse tree produced by
SqlBaseParser#resource.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSample(ctx: SampleContext): Unit
Enter a parse tree produced by
SqlBaseParser#sample.Enter a parse tree produced by
SqlBaseParser#sample.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSelectClause(ctx: SelectClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#selectClause.Enter a parse tree produced by
SqlBaseParser#selectClause.- ctx
the parse tree
-
abstract
def
enterSetClause(ctx: SetClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#setClause.Enter a parse tree produced by
SqlBaseParser#setClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSetQuantifier(ctx: SetQuantifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#setQuantifier.Enter a parse tree produced by
SqlBaseParser#setQuantifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSingleDataType(ctx: SingleDataTypeContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleDataType.Enter a parse tree produced by
SqlBaseParser#singleDataType.- ctx
the parse tree
-
abstract
def
enterSingleExpression(ctx: SingleExpressionContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleExpression.Enter a parse tree produced by
SqlBaseParser#singleExpression.- ctx
the parse tree
-
abstract
def
enterSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.Enter a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.Enter a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.- ctx
the parse tree
-
abstract
def
enterSingleStatement(ctx: SingleStatementContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleStatement.Enter a parse tree produced by
SqlBaseParser#singleStatement.- ctx
the parse tree
-
abstract
def
enterSingleTableIdentifier(ctx: SingleTableIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleTableIdentifier.Enter a parse tree produced by
SqlBaseParser#singleTableIdentifier.- ctx
the parse tree
-
abstract
def
enterSingleTableSchema(ctx: SingleTableSchemaContext): Unit
Enter a parse tree produced by
SqlBaseParser#singleTableSchema.Enter a parse tree produced by
SqlBaseParser#singleTableSchema.- ctx
the parse tree
-
abstract
def
enterSkewSpec(ctx: SkewSpecContext): Unit
Enter a parse tree produced by
SqlBaseParser#skewSpec.Enter a parse tree produced by
SqlBaseParser#skewSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterSortItem(ctx: SortItemContext): Unit
Enter a parse tree produced by
SqlBaseParser#sortItem.Enter a parse tree produced by
SqlBaseParser#sortItem.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterStorageHandler(ctx: StorageHandlerContext): Unit
Enter a parse tree produced by
SqlBaseParser#storageHandler.Enter a parse tree produced by
SqlBaseParser#storageHandler.- ctx
the parse tree
-
abstract
def
enterStrictNonReserved(ctx: StrictNonReservedContext): Unit
Enter a parse tree produced by
SqlBaseParser#strictNonReserved.Enter a parse tree produced by
SqlBaseParser#strictNonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterTableAlias(ctx: TableAliasContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableAlias.Enter a parse tree produced by
SqlBaseParser#tableAlias.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterTableIdentifier(ctx: TableIdentifierContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableIdentifier.Enter a parse tree produced by
SqlBaseParser#tableIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterTableProperty(ctx: TablePropertyContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableProperty.Enter a parse tree produced by
SqlBaseParser#tableProperty.- ctx
the parse tree
-
abstract
def
enterTablePropertyKey(ctx: TablePropertyKeyContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyKey.Enter a parse tree produced by
SqlBaseParser#tablePropertyKey.- ctx
the parse tree
-
abstract
def
enterTablePropertyList(ctx: TablePropertyListContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyList.Enter a parse tree produced by
SqlBaseParser#tablePropertyList.- ctx
the parse tree
-
abstract
def
enterTablePropertyValue(ctx: TablePropertyValueContext): Unit
Enter a parse tree produced by
SqlBaseParser#tablePropertyValue.Enter a parse tree produced by
SqlBaseParser#tablePropertyValue.- ctx
the parse tree
-
abstract
def
enterTableProvider(ctx: TableProviderContext): Unit
Enter a parse tree produced by
SqlBaseParser#tableProvider.Enter a parse tree produced by
SqlBaseParser#tableProvider.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterTransformArgument(ctx: TransformArgumentContext): Unit
Enter a parse tree produced by
SqlBaseParser#transformArgument.Enter a parse tree produced by
SqlBaseParser#transformArgument.- ctx
the parse tree
-
abstract
def
enterTransformClause(ctx: TransformClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#transformClause.Enter a parse tree produced by
SqlBaseParser#transformClause.- ctx
the parse tree
-
abstract
def
enterTransformList(ctx: TransformListContext): Unit
Enter a parse tree produced by
SqlBaseParser#transformList.Enter a parse tree produced by
SqlBaseParser#transformList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterUnitToUnitInterval(ctx: UnitToUnitIntervalContext): Unit
Enter a parse tree produced by
SqlBaseParser#unitToUnitInterval.Enter a parse tree produced by
SqlBaseParser#unitToUnitInterval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): Unit
Enter a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.Enter a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterWhenClause(ctx: WhenClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#whenClause.Enter a parse tree produced by
SqlBaseParser#whenClause.- ctx
the parse tree
-
abstract
def
enterWhereClause(ctx: WhereClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#whereClause.Enter a parse tree produced by
SqlBaseParser#whereClause.- ctx
the parse tree
-
abstract
def
enterWindowClause(ctx: WindowClauseContext): Unit
Enter a parse tree produced by
SqlBaseParser#windowClause.Enter a parse tree produced by
SqlBaseParser#windowClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
enterWindowFrame(ctx: WindowFrameContext): Unit
Enter a parse tree produced by
SqlBaseParser#windowFrame.Enter a parse tree produced by
SqlBaseParser#windowFrame.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitAggregationClause(ctx: AggregationClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#aggregationClause.Exit a parse tree produced by
SqlBaseParser#aggregationClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitAlterColumnAction(ctx: AlterColumnActionContext): Unit
Exit a parse tree produced by
SqlBaseParser#alterColumnAction.Exit a parse tree produced by
SqlBaseParser#alterColumnAction.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitAnsiNonReserved(ctx: AnsiNonReservedContext): Unit
Exit a parse tree produced by
SqlBaseParser#ansiNonReserved.Exit a parse tree produced by
SqlBaseParser#ansiNonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitArithmeticOperator(ctx: ArithmeticOperatorContext): Unit
Exit a parse tree produced by
SqlBaseParser#arithmeticOperator.Exit a parse tree produced by
SqlBaseParser#arithmeticOperator.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitAssignment(ctx: AssignmentContext): Unit
Exit a parse tree produced by
SqlBaseParser#assignment.Exit a parse tree produced by
SqlBaseParser#assignment.- ctx
the parse tree
-
abstract
def
exitAssignmentList(ctx: AssignmentListContext): Unit
Exit a parse tree produced by
SqlBaseParser#assignmentList.Exit a parse tree produced by
SqlBaseParser#assignmentList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitBooleanValue(ctx: BooleanValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#booleanValue.Exit a parse tree produced by
SqlBaseParser#booleanValue.- ctx
the parse tree
-
abstract
def
exitBucketSpec(ctx: BucketSpecContext): Unit
Exit a parse tree produced by
SqlBaseParser#bucketSpec.Exit a parse tree produced by
SqlBaseParser#bucketSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitColPosition(ctx: ColPositionContext): Unit
Exit a parse tree produced by
SqlBaseParser#colPosition.Exit a parse tree produced by
SqlBaseParser#colPosition.- ctx
the parse tree
-
abstract
def
exitColType(ctx: ColTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#colType.Exit a parse tree produced by
SqlBaseParser#colType.- ctx
the parse tree
-
abstract
def
exitColTypeList(ctx: ColTypeListContext): Unit
Exit a parse tree produced by
SqlBaseParser#colTypeList.Exit a parse tree produced by
SqlBaseParser#colTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitCommentSpec(ctx: CommentSpecContext): Unit
Exit a parse tree produced by
SqlBaseParser#commentSpec.Exit a parse tree produced by
SqlBaseParser#commentSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitComparisonOperator(ctx: ComparisonOperatorContext): Unit
Exit a parse tree produced by
SqlBaseParser#comparisonOperator.Exit a parse tree produced by
SqlBaseParser#comparisonOperator.- ctx
the parse tree
-
abstract
def
exitComplexColType(ctx: ComplexColTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#complexColType.Exit a parse tree produced by
SqlBaseParser#complexColType.- ctx
the parse tree
-
abstract
def
exitComplexColTypeList(ctx: ComplexColTypeListContext): Unit
Exit a parse tree produced by
SqlBaseParser#complexColTypeList.Exit a parse tree produced by
SqlBaseParser#complexColTypeList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitConstantList(ctx: ConstantListContext): Unit
Exit a parse tree produced by
SqlBaseParser#constantList.Exit a parse tree produced by
SqlBaseParser#constantList.- ctx
the parse tree
-
abstract
def
exitCreateFileFormat(ctx: CreateFileFormatContext): Unit
Exit a parse tree produced by
SqlBaseParser#createFileFormat.Exit a parse tree produced by
SqlBaseParser#createFileFormat.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitCreateTableClauses(ctx: CreateTableClausesContext): Unit
Exit a parse tree produced by
SqlBaseParser#createTableClauses.Exit a parse tree produced by
SqlBaseParser#createTableClauses.- ctx
the parse tree
-
abstract
def
exitCreateTableHeader(ctx: CreateTableHeaderContext): Unit
Exit a parse tree produced by
SqlBaseParser#createTableHeader.Exit a parse tree produced by
SqlBaseParser#createTableHeader.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitCtes(ctx: CtesContext): Unit
Exit a parse tree produced by
SqlBaseParser#ctes.Exit a parse tree produced by
SqlBaseParser#ctes.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitDescribeColName(ctx: DescribeColNameContext): Unit
Exit a parse tree produced by
SqlBaseParser#describeColName.Exit a parse tree produced by
SqlBaseParser#describeColName.- ctx
the parse tree
-
abstract
def
exitDescribeFuncName(ctx: DescribeFuncNameContext): Unit
Exit a parse tree produced by
SqlBaseParser#describeFuncName.Exit a parse tree produced by
SqlBaseParser#describeFuncName.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.Exit a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.- ctx
the parse tree
-
abstract
def
exitErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.Exit a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.- ctx
the parse tree
-
abstract
def
exitErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.Exit a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitExpression(ctx: ExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#expression.Exit a parse tree produced by
SqlBaseParser#expression.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitFrameBound(ctx: FrameBoundContext): Unit
Exit a parse tree produced by
SqlBaseParser#frameBound.Exit a parse tree produced by
SqlBaseParser#frameBound.- ctx
the parse tree
-
abstract
def
exitFromClause(ctx: FromClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#fromClause.Exit a parse tree produced by
SqlBaseParser#fromClause.- ctx
the parse tree
-
abstract
def
exitFromStatement(ctx: FromStatementContext): Unit
Exit a parse tree produced by
SqlBaseParser#fromStatement.Exit a parse tree produced by
SqlBaseParser#fromStatement.- ctx
the parse tree
-
abstract
def
exitFromStatementBody(ctx: FromStatementBodyContext): Unit
Exit a parse tree produced by
SqlBaseParser#fromStatementBody.Exit a parse tree produced by
SqlBaseParser#fromStatementBody.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitFunctionIdentifier(ctx: FunctionIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionIdentifier.Exit a parse tree produced by
SqlBaseParser#functionIdentifier.- ctx
the parse tree
-
abstract
def
exitFunctionName(ctx: FunctionNameContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionName.Exit a parse tree produced by
SqlBaseParser#functionName.- ctx
the parse tree
-
abstract
def
exitFunctionTable(ctx: FunctionTableContext): Unit
Exit a parse tree produced by
SqlBaseParser#functionTable.Exit a parse tree produced by
SqlBaseParser#functionTable.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitGroupingSet(ctx: GroupingSetContext): Unit
Exit a parse tree produced by
SqlBaseParser#groupingSet.Exit a parse tree produced by
SqlBaseParser#groupingSet.- ctx
the parse tree
-
abstract
def
exitHavingClause(ctx: HavingClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#havingClause.Exit a parse tree produced by
SqlBaseParser#havingClause.- ctx
the parse tree
-
abstract
def
exitHint(ctx: HintContext): Unit
Exit a parse tree produced by
SqlBaseParser#hint.Exit a parse tree produced by
SqlBaseParser#hint.- ctx
the parse tree
-
abstract
def
exitHintStatement(ctx: HintStatementContext): Unit
Exit a parse tree produced by
SqlBaseParser#hintStatement.Exit a parse tree produced by
SqlBaseParser#hintStatement.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitIdentifier(ctx: IdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifier.Exit a parse tree produced by
SqlBaseParser#identifier.- ctx
the parse tree
-
abstract
def
exitIdentifierComment(ctx: IdentifierCommentContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifierComment.Exit a parse tree produced by
SqlBaseParser#identifierComment.- ctx
the parse tree
-
abstract
def
exitIdentifierCommentList(ctx: IdentifierCommentListContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifierCommentList.Exit a parse tree produced by
SqlBaseParser#identifierCommentList.- ctx
the parse tree
-
abstract
def
exitIdentifierList(ctx: IdentifierListContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifierList.Exit a parse tree produced by
SqlBaseParser#identifierList.- ctx
the parse tree
-
abstract
def
exitIdentifierSeq(ctx: IdentifierSeqContext): Unit
Exit a parse tree produced by
SqlBaseParser#identifierSeq.Exit a parse tree produced by
SqlBaseParser#identifierSeq.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitInlineTable(ctx: InlineTableContext): Unit
Exit a parse tree produced by
SqlBaseParser#inlineTable.Exit a parse tree produced by
SqlBaseParser#inlineTable.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitInterval(ctx: IntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#interval.Exit a parse tree produced by
SqlBaseParser#interval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitIntervalUnit(ctx: IntervalUnitContext): Unit
Exit a parse tree produced by
SqlBaseParser#intervalUnit.Exit a parse tree produced by
SqlBaseParser#intervalUnit.- ctx
the parse tree
-
abstract
def
exitIntervalValue(ctx: IntervalValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#intervalValue.Exit a parse tree produced by
SqlBaseParser#intervalValue.- ctx
the parse tree
-
abstract
def
exitJoinCriteria(ctx: JoinCriteriaContext): Unit
Exit a parse tree produced by
SqlBaseParser#joinCriteria.Exit a parse tree produced by
SqlBaseParser#joinCriteria.- ctx
the parse tree
-
abstract
def
exitJoinRelation(ctx: JoinRelationContext): Unit
Exit a parse tree produced by
SqlBaseParser#joinRelation.Exit a parse tree produced by
SqlBaseParser#joinRelation.- ctx
the parse tree
-
abstract
def
exitJoinType(ctx: JoinTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#joinType.Exit a parse tree produced by
SqlBaseParser#joinType.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitLateralView(ctx: LateralViewContext): Unit
Exit a parse tree produced by
SqlBaseParser#lateralView.Exit a parse tree produced by
SqlBaseParser#lateralView.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitLocationSpec(ctx: LocationSpecContext): Unit
Exit a parse tree produced by
SqlBaseParser#locationSpec.Exit a parse tree produced by
SqlBaseParser#locationSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitMatchedAction(ctx: MatchedActionContext): Unit
Exit a parse tree produced by
SqlBaseParser#matchedAction.Exit a parse tree produced by
SqlBaseParser#matchedAction.- ctx
the parse tree
-
abstract
def
exitMatchedClause(ctx: MatchedClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#matchedClause.Exit a parse tree produced by
SqlBaseParser#matchedClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): Unit
Exit a parse tree produced by
SqlBaseParser#multiInsertQueryBody.Exit a parse tree produced by
SqlBaseParser#multiInsertQueryBody.- ctx
the parse tree
-
abstract
def
exitMultiUnitsInterval(ctx: MultiUnitsIntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#multiUnitsInterval.Exit a parse tree produced by
SqlBaseParser#multiUnitsInterval.- ctx
the parse tree
-
abstract
def
exitMultipartIdentifier(ctx: MultipartIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#multipartIdentifier.Exit a parse tree produced by
SqlBaseParser#multipartIdentifier.- ctx
the parse tree
-
abstract
def
exitMultipartIdentifierList(ctx: MultipartIdentifierListContext): Unit
Exit a parse tree produced by
SqlBaseParser#multipartIdentifierList.Exit a parse tree produced by
SqlBaseParser#multipartIdentifierList.- ctx
the parse tree
-
abstract
def
exitNamedExpression(ctx: NamedExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedExpression.Exit a parse tree produced by
SqlBaseParser#namedExpression.- ctx
the parse tree
-
abstract
def
exitNamedExpressionSeq(ctx: NamedExpressionSeqContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedExpressionSeq.Exit a parse tree produced by
SqlBaseParser#namedExpressionSeq.- ctx
the parse tree
-
abstract
def
exitNamedQuery(ctx: NamedQueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedQuery.Exit a parse tree produced by
SqlBaseParser#namedQuery.- ctx
the parse tree
-
abstract
def
exitNamedWindow(ctx: NamedWindowContext): Unit
Exit a parse tree produced by
SqlBaseParser#namedWindow.Exit a parse tree produced by
SqlBaseParser#namedWindow.- ctx
the parse tree
-
abstract
def
exitNamespace(ctx: NamespaceContext): Unit
Exit a parse tree produced by
SqlBaseParser#namespace.Exit a parse tree produced by
SqlBaseParser#namespace.- ctx
the parse tree
-
abstract
def
exitNestedConstantList(ctx: NestedConstantListContext): Unit
Exit a parse tree produced by
SqlBaseParser#nestedConstantList.Exit a parse tree produced by
SqlBaseParser#nestedConstantList.- ctx
the parse tree
-
abstract
def
exitNonReserved(ctx: NonReservedContext): Unit
Exit a parse tree produced by
SqlBaseParser#nonReserved.Exit a parse tree produced by
SqlBaseParser#nonReserved.- ctx
the parse tree
-
abstract
def
exitNotMatchedAction(ctx: NotMatchedActionContext): Unit
Exit a parse tree produced by
SqlBaseParser#notMatchedAction.Exit a parse tree produced by
SqlBaseParser#notMatchedAction.- ctx
the parse tree
-
abstract
def
exitNotMatchedClause(ctx: NotMatchedClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#notMatchedClause.Exit a parse tree produced by
SqlBaseParser#notMatchedClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitOrderedIdentifier(ctx: OrderedIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#orderedIdentifier.Exit a parse tree produced by
SqlBaseParser#orderedIdentifier.- ctx
the parse tree
-
abstract
def
exitOrderedIdentifierList(ctx: OrderedIdentifierListContext): Unit
Exit a parse tree produced by
SqlBaseParser#orderedIdentifierList.Exit a parse tree produced by
SqlBaseParser#orderedIdentifierList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitPartitionSpec(ctx: PartitionSpecContext): Unit
Exit a parse tree produced by
SqlBaseParser#partitionSpec.Exit a parse tree produced by
SqlBaseParser#partitionSpec.- ctx
the parse tree
-
abstract
def
exitPartitionSpecLocation(ctx: PartitionSpecLocationContext): Unit
Exit a parse tree produced by
SqlBaseParser#partitionSpecLocation.Exit a parse tree produced by
SqlBaseParser#partitionSpecLocation.- ctx
the parse tree
-
abstract
def
exitPartitionVal(ctx: PartitionValContext): Unit
Exit a parse tree produced by
SqlBaseParser#partitionVal.Exit a parse tree produced by
SqlBaseParser#partitionVal.- ctx
the parse tree
-
abstract
def
exitPivotClause(ctx: PivotClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#pivotClause.Exit a parse tree produced by
SqlBaseParser#pivotClause.- ctx
the parse tree
-
abstract
def
exitPivotColumn(ctx: PivotColumnContext): Unit
Exit a parse tree produced by
SqlBaseParser#pivotColumn.Exit a parse tree produced by
SqlBaseParser#pivotColumn.- ctx
the parse tree
-
abstract
def
exitPivotValue(ctx: PivotValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#pivotValue.Exit a parse tree produced by
SqlBaseParser#pivotValue.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitPredicate(ctx: PredicateContext): Unit
Exit a parse tree produced by
SqlBaseParser#predicate.Exit a parse tree produced by
SqlBaseParser#predicate.- ctx
the parse tree
-
abstract
def
exitPredicateOperator(ctx: PredicateOperatorContext): Unit
Exit a parse tree produced by
SqlBaseParser#predicateOperator.Exit a parse tree produced by
SqlBaseParser#predicateOperator.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): Unit
Exit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.Exit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.- ctx
the parse tree
-
abstract
def
exitQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): Unit
Exit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.Exit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.- ctx
the parse tree
-
abstract
def
exitQualifiedName(ctx: QualifiedNameContext): Unit
Exit a parse tree produced by
SqlBaseParser#qualifiedName.Exit a parse tree produced by
SqlBaseParser#qualifiedName.- ctx
the parse tree
-
abstract
def
exitQualifiedNameList(ctx: QualifiedNameListContext): Unit
Exit a parse tree produced by
SqlBaseParser#qualifiedNameList.Exit a parse tree produced by
SqlBaseParser#qualifiedNameList.- ctx
the parse tree
-
abstract
def
exitQuery(ctx: QueryContext): Unit
Exit a parse tree produced by
SqlBaseParser#query.Exit a parse tree produced by
SqlBaseParser#query.- ctx
the parse tree
-
abstract
def
exitQueryOrganization(ctx: QueryOrganizationContext): Unit
Exit a parse tree produced by
SqlBaseParser#queryOrganization.Exit a parse tree produced by
SqlBaseParser#queryOrganization.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#quotedIdentifier.Exit a parse tree produced by
SqlBaseParser#quotedIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitRelation(ctx: RelationContext): Unit
Exit a parse tree produced by
SqlBaseParser#relation.Exit a parse tree produced by
SqlBaseParser#relation.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitReplaceTableHeader(ctx: ReplaceTableHeaderContext): Unit
Exit a parse tree produced by
SqlBaseParser#replaceTableHeader.Exit a parse tree produced by
SqlBaseParser#replaceTableHeader.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitResource(ctx: ResourceContext): Unit
Exit a parse tree produced by
SqlBaseParser#resource.Exit a parse tree produced by
SqlBaseParser#resource.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSample(ctx: SampleContext): Unit
Exit a parse tree produced by
SqlBaseParser#sample.Exit a parse tree produced by
SqlBaseParser#sample.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSelectClause(ctx: SelectClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#selectClause.Exit a parse tree produced by
SqlBaseParser#selectClause.- ctx
the parse tree
-
abstract
def
exitSetClause(ctx: SetClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#setClause.Exit a parse tree produced by
SqlBaseParser#setClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSetQuantifier(ctx: SetQuantifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#setQuantifier.Exit a parse tree produced by
SqlBaseParser#setQuantifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSingleDataType(ctx: SingleDataTypeContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleDataType.Exit a parse tree produced by
SqlBaseParser#singleDataType.- ctx
the parse tree
-
abstract
def
exitSingleExpression(ctx: SingleExpressionContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleExpression.Exit a parse tree produced by
SqlBaseParser#singleExpression.- ctx
the parse tree
-
abstract
def
exitSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.Exit a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.Exit a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.- ctx
the parse tree
-
abstract
def
exitSingleStatement(ctx: SingleStatementContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleStatement.Exit a parse tree produced by
SqlBaseParser#singleStatement.- ctx
the parse tree
-
abstract
def
exitSingleTableIdentifier(ctx: SingleTableIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleTableIdentifier.Exit a parse tree produced by
SqlBaseParser#singleTableIdentifier.- ctx
the parse tree
-
abstract
def
exitSingleTableSchema(ctx: SingleTableSchemaContext): Unit
Exit a parse tree produced by
SqlBaseParser#singleTableSchema.Exit a parse tree produced by
SqlBaseParser#singleTableSchema.- ctx
the parse tree
-
abstract
def
exitSkewSpec(ctx: SkewSpecContext): Unit
Exit a parse tree produced by
SqlBaseParser#skewSpec.Exit a parse tree produced by
SqlBaseParser#skewSpec.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitSortItem(ctx: SortItemContext): Unit
Exit a parse tree produced by
SqlBaseParser#sortItem.Exit a parse tree produced by
SqlBaseParser#sortItem.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitStorageHandler(ctx: StorageHandlerContext): Unit
Exit a parse tree produced by
SqlBaseParser#storageHandler.Exit a parse tree produced by
SqlBaseParser#storageHandler.- ctx
the parse tree
-
abstract
def
exitStrictNonReserved(ctx: StrictNonReservedContext): Unit
Exit a parse tree produced by
SqlBaseParser#strictNonReserved.Exit a parse tree produced by
SqlBaseParser#strictNonReserved.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitTableAlias(ctx: TableAliasContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableAlias.Exit a parse tree produced by
SqlBaseParser#tableAlias.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitTableIdentifier(ctx: TableIdentifierContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableIdentifier.Exit a parse tree produced by
SqlBaseParser#tableIdentifier.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitTableProperty(ctx: TablePropertyContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableProperty.Exit a parse tree produced by
SqlBaseParser#tableProperty.- ctx
the parse tree
-
abstract
def
exitTablePropertyKey(ctx: TablePropertyKeyContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyKey.Exit a parse tree produced by
SqlBaseParser#tablePropertyKey.- ctx
the parse tree
-
abstract
def
exitTablePropertyList(ctx: TablePropertyListContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyList.Exit a parse tree produced by
SqlBaseParser#tablePropertyList.- ctx
the parse tree
-
abstract
def
exitTablePropertyValue(ctx: TablePropertyValueContext): Unit
Exit a parse tree produced by
SqlBaseParser#tablePropertyValue.Exit a parse tree produced by
SqlBaseParser#tablePropertyValue.- ctx
the parse tree
-
abstract
def
exitTableProvider(ctx: TableProviderContext): Unit
Exit a parse tree produced by
SqlBaseParser#tableProvider.Exit a parse tree produced by
SqlBaseParser#tableProvider.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitTransformArgument(ctx: TransformArgumentContext): Unit
Exit a parse tree produced by
SqlBaseParser#transformArgument.Exit a parse tree produced by
SqlBaseParser#transformArgument.- ctx
the parse tree
-
abstract
def
exitTransformClause(ctx: TransformClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#transformClause.Exit a parse tree produced by
SqlBaseParser#transformClause.- ctx
the parse tree
-
abstract
def
exitTransformList(ctx: TransformListContext): Unit
Exit a parse tree produced by
SqlBaseParser#transformList.Exit a parse tree produced by
SqlBaseParser#transformList.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitUnitToUnitInterval(ctx: UnitToUnitIntervalContext): Unit
Exit a parse tree produced by
SqlBaseParser#unitToUnitInterval.Exit a parse tree produced by
SqlBaseParser#unitToUnitInterval.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): Unit
Exit a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.Exit a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitWhenClause(ctx: WhenClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#whenClause.Exit a parse tree produced by
SqlBaseParser#whenClause.- ctx
the parse tree
-
abstract
def
exitWhereClause(ctx: WhereClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#whereClause.Exit a parse tree produced by
SqlBaseParser#whereClause.- ctx
the parse tree
-
abstract
def
exitWindowClause(ctx: WindowClauseContext): Unit
Exit a parse tree produced by
SqlBaseParser#windowClause.Exit a parse tree produced by
SqlBaseParser#windowClause.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
exitWindowFrame(ctx: WindowFrameContext): Unit
Exit a parse tree produced by
SqlBaseParser#windowFrame.Exit a parse tree produced by
SqlBaseParser#windowFrame.- ctx
the parse tree
-
abstract
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.- ctx
the parse tree
-
abstract
def
visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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()