class SqlBaseBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SqlBaseVisitor[T]
This class provides an empty implementation of SqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- SqlBaseBaseVisitor
- SqlBaseVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SqlBaseBaseVisitor()
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
-
def
aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
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()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAddTableColumns(ctx: AddTableColumnsContext): T
Visit a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
addTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAddTablePartition(ctx: AddTablePartitionContext): T
Visit a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
addTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAggregationClause(ctx: AggregationClauseContext): T
Visit a parse tree produced by
SqlBaseParser#aggregationClause.Visit a parse tree produced by
SqlBaseParser#aggregationClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAliasedQuery(ctx: AliasedQueryContext): T
Visit a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
aliasedQuerylabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAliasedRelation(ctx: AliasedRelationContext): T
Visit a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
aliasedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAlterColumnAction(ctx: AlterColumnActionContext): T
Visit a parse tree produced by
SqlBaseParser#alterColumnAction.Visit a parse tree produced by
SqlBaseParser#alterColumnAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): T
Visit a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
alterTableAlterColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAlterViewQuery(ctx: AlterViewQueryContext): T
Visit a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
alterViewQuerylabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAnalyze(ctx: AnalyzeContext): T
Visit a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
analyzelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAnsiNonReserved(ctx: AnsiNonReservedContext): T
Visit a parse tree produced by
SqlBaseParser#ansiNonReserved.Visit a parse tree produced by
SqlBaseParser#ansiNonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitApplyTransform(ctx: ApplyTransformContext): T
Visit a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.Visit a parse tree produced by the
applyTransformlabeled alternative inSqlBaseParser#transform.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitArithmeticBinary(ctx: ArithmeticBinaryContext): T
Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitArithmeticOperator(ctx: ArithmeticOperatorContext): T
Visit a parse tree produced by
SqlBaseParser#arithmeticOperator.Visit a parse tree produced by
SqlBaseParser#arithmeticOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitArithmeticUnary(ctx: ArithmeticUnaryContext): T
Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAssignment(ctx: AssignmentContext): T
Visit a parse tree produced by
SqlBaseParser#assignment.Visit a parse tree produced by
SqlBaseParser#assignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitAssignmentList(ctx: AssignmentListContext): T
Visit a parse tree produced by
SqlBaseParser#assignmentList.Visit a parse tree produced by
SqlBaseParser#assignmentList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): T
Visit a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
bigDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBigIntLiteral(ctx: BigIntLiteralContext): T
Visit a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
bigIntLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBooleanLiteral(ctx: BooleanLiteralContext): T
Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBooleanValue(ctx: BooleanValueContext): T
Visit a parse tree produced by
SqlBaseParser#booleanValue.Visit a parse tree produced by
SqlBaseParser#booleanValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitBucketSpec(ctx: BucketSpecContext): T
Visit a parse tree produced by
SqlBaseParser#bucketSpec.Visit a parse tree produced by
SqlBaseParser#bucketSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCacheTable(ctx: CacheTableContext): T
Visit a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
cacheTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCast(ctx: CastContext): T
Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitClearCache(ctx: ClearCacheContext): T
Visit a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
clearCachelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitColPosition(ctx: ColPositionContext): T
Visit a parse tree produced by
SqlBaseParser#colPosition.Visit a parse tree produced by
SqlBaseParser#colPosition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitColType(ctx: ColTypeContext): T
Visit a parse tree produced by
SqlBaseParser#colType.Visit a parse tree produced by
SqlBaseParser#colType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitColTypeList(ctx: ColTypeListContext): T
Visit a parse tree produced by
SqlBaseParser#colTypeList.Visit a parse tree produced by
SqlBaseParser#colTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitColumnReference(ctx: ColumnReferenceContext): T
Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCommentNamespace(ctx: CommentNamespaceContext): T
Visit a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
commentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCommentSpec(ctx: CommentSpecContext): T
Visit a parse tree produced by
SqlBaseParser#commentSpec.Visit a parse tree produced by
SqlBaseParser#commentSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCommentTable(ctx: CommentTableContext): T
Visit a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
commentTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComparison(ctx: ComparisonContext): T
Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComparisonOperator(ctx: ComparisonOperatorContext): T
Visit a parse tree produced by
SqlBaseParser#comparisonOperator.Visit a parse tree produced by
SqlBaseParser#comparisonOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComplexColType(ctx: ComplexColTypeContext): T
Visit a parse tree produced by
SqlBaseParser#complexColType.Visit a parse tree produced by
SqlBaseParser#complexColType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComplexColTypeList(ctx: ComplexColTypeListContext): T
Visit a parse tree produced by
SqlBaseParser#complexColTypeList.Visit a parse tree produced by
SqlBaseParser#complexColTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitComplexDataType(ctx: ComplexDataTypeContext): T
Visit a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.Visit a parse tree produced by the
complexDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitConstantDefault(ctx: ConstantDefaultContext): T
Visit a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
constantDefaultlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitConstantList(ctx: ConstantListContext): T
Visit a parse tree produced by
SqlBaseParser#constantList.Visit a parse tree produced by
SqlBaseParser#constantList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateFileFormat(ctx: CreateFileFormatContext): T
Visit a parse tree produced by
SqlBaseParser#createFileFormat.Visit a parse tree produced by
SqlBaseParser#createFileFormat.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateFunction(ctx: CreateFunctionContext): T
Visit a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createFunctionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateHiveTable(ctx: CreateHiveTableContext): T
Visit a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createHiveTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateNamespace(ctx: CreateNamespaceContext): T
Visit a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateTable(ctx: CreateTableContext): T
Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateTableClauses(ctx: CreateTableClausesContext): T
Visit a parse tree produced by
SqlBaseParser#createTableClauses.Visit a parse tree produced by
SqlBaseParser#createTableClauses.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateTableHeader(ctx: CreateTableHeaderContext): T
Visit a parse tree produced by
SqlBaseParser#createTableHeader.Visit a parse tree produced by
SqlBaseParser#createTableHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateTableLike(ctx: CreateTableLikeContext): T
Visit a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTableLikelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateTempViewUsing(ctx: CreateTempViewUsingContext): T
Visit a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTempViewUsinglabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCreateView(ctx: CreateViewContext): T
Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCtes(ctx: CtesContext): T
Visit a parse tree produced by
SqlBaseParser#ctes.Visit a parse tree produced by
SqlBaseParser#ctes.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitCurrentDatetime(ctx: CurrentDatetimeContext): T
Visit a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
currentDatetimelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDecimalLiteral(ctx: DecimalLiteralContext): T
Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDeleteFromTable(ctx: DeleteFromTableContext): T
Visit a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Visit a parse tree produced by the
deleteFromTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDereference(ctx: DereferenceContext): T
Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeColName(ctx: DescribeColNameContext): T
Visit a parse tree produced by
SqlBaseParser#describeColName.Visit a parse tree produced by
SqlBaseParser#describeColName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeFuncName(ctx: DescribeFuncNameContext): T
Visit a parse tree produced by
SqlBaseParser#describeFuncName.Visit a parse tree produced by
SqlBaseParser#describeFuncName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeFunction(ctx: DescribeFunctionContext): T
Visit a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeFunctionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeNamespace(ctx: DescribeNamespaceContext): T
Visit a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeQuery(ctx: DescribeQueryContext): T
Visit a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeQuerylabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDescribeRelation(ctx: DescribeRelationContext): T
Visit a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeRelationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDmlStatement(ctx: DmlStatementContext): T
Visit a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dmlStatementlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDoubleLiteral(ctx: DoubleLiteralContext): T
Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropFunction(ctx: DropFunctionContext): T
Visit a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropFunctionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropNamespace(ctx: DropNamespaceContext): T
Visit a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropTable(ctx: DropTableContext): T
Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropTableColumns(ctx: DropTableColumnsContext): T
Visit a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTableColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropTablePartitions(ctx: DropTablePartitionsContext): T
Visit a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTablePartitionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitDropView(ctx: DropViewContext): T
Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.Visit a parse tree produced by
SqlBaseParser#errorCapturingIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): T
Visit a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.Visit a parse tree produced by
SqlBaseParser#errorCapturingMultiUnitsInterval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): T
Visit a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.Visit a parse tree produced by
SqlBaseParser#errorCapturingUnitToUnitInterval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitErrorIdent(ctx: ErrorIdentContext): T
Visit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Visit a parse tree produced by the
errorIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExists(ctx: ExistsContext): T
Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitExplain(ctx: ExplainContext): T
Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitExponentLiteral(ctx: ExponentLiteralContext): T
Visit a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
exponentLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitExpression(ctx: ExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#expression.Visit a parse tree produced by
SqlBaseParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitExtract(ctx: ExtractContext): T
Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFailNativeCommand(ctx: FailNativeCommandContext): T
Visit a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
failNativeCommandlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFirst(ctx: FirstContext): T
Visit a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
firstlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFrameBound(ctx: FrameBoundContext): T
Visit a parse tree produced by
SqlBaseParser#frameBound.Visit a parse tree produced by
SqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFromClause(ctx: FromClauseContext): T
Visit a parse tree produced by
SqlBaseParser#fromClause.Visit a parse tree produced by
SqlBaseParser#fromClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFromStatement(ctx: FromStatementContext): T
Visit a parse tree produced by
SqlBaseParser#fromStatement.Visit a parse tree produced by
SqlBaseParser#fromStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFromStatementBody(ctx: FromStatementBodyContext): T
Visit a parse tree produced by
SqlBaseParser#fromStatementBody.Visit a parse tree produced by
SqlBaseParser#fromStatementBody.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFromStmt(ctx: FromStmtContext): T
Visit a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
fromStmtlabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFunctionCall(ctx: FunctionCallContext): T
Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFunctionIdentifier(ctx: FunctionIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#functionIdentifier.Visit a parse tree produced by
SqlBaseParser#functionIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFunctionName(ctx: FunctionNameContext): T
Visit a parse tree produced by
SqlBaseParser#functionName.Visit a parse tree produced by
SqlBaseParser#functionName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitFunctionTable(ctx: FunctionTableContext): T
Visit a parse tree produced by
SqlBaseParser#functionTable.Visit a parse tree produced by
SqlBaseParser#functionTable.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitGenericFileFormat(ctx: GenericFileFormatContext): T
Visit a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.Visit a parse tree produced by the
genericFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitGroupingSet(ctx: GroupingSetContext): T
Visit a parse tree produced by
SqlBaseParser#groupingSet.Visit a parse tree produced by
SqlBaseParser#groupingSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitHavingClause(ctx: HavingClauseContext): T
Visit a parse tree produced by
SqlBaseParser#havingClause.Visit a parse tree produced by
SqlBaseParser#havingClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitHint(ctx: HintContext): T
Visit a parse tree produced by
SqlBaseParser#hint.Visit a parse tree produced by
SqlBaseParser#hint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitHintStatement(ctx: HintStatementContext): T
Visit a parse tree produced by
SqlBaseParser#hintStatement.Visit a parse tree produced by
SqlBaseParser#hintStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitHiveChangeColumn(ctx: HiveChangeColumnContext): T
Visit a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
hiveChangeColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentifier(ctx: IdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#identifier.Visit a parse tree produced by
SqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentifierComment(ctx: IdentifierCommentContext): T
Visit a parse tree produced by
SqlBaseParser#identifierComment.Visit a parse tree produced by
SqlBaseParser#identifierComment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentifierCommentList(ctx: IdentifierCommentListContext): T
Visit a parse tree produced by
SqlBaseParser#identifierCommentList.Visit a parse tree produced by
SqlBaseParser#identifierCommentList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentifierList(ctx: IdentifierListContext): T
Visit a parse tree produced by
SqlBaseParser#identifierList.Visit a parse tree produced by
SqlBaseParser#identifierList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentifierSeq(ctx: IdentifierSeqContext): T
Visit a parse tree produced by
SqlBaseParser#identifierSeq.Visit a parse tree produced by
SqlBaseParser#identifierSeq.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIdentityTransform(ctx: IdentityTransformContext): T
Visit a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.Visit a parse tree produced by the
identityTransformlabeled alternative inSqlBaseParser#transform.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInlineTable(ctx: InlineTableContext): T
Visit a parse tree produced by
SqlBaseParser#inlineTable.Visit a parse tree produced by
SqlBaseParser#inlineTable.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInlineTableDefault1(ctx: InlineTableDefault1Context): T
Visit a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
inlineTableDefault1labeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInlineTableDefault2(ctx: InlineTableDefault2Context): T
Visit a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
inlineTableDefault2labeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInsertIntoTable(ctx: InsertIntoTableContext): T
Visit a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.Visit a parse tree produced by the
insertIntoTablelabeled alternative inSqlBaseParser#insertInto.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInsertOverwriteDir(ctx: InsertOverwriteDirContext): T
Visit a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.Visit a parse tree produced by the
insertOverwriteDirlabeled alternative inSqlBaseParser#insertInto.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): T
Visit a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.Visit a parse tree produced by the
insertOverwriteHiveDirlabeled alternative inSqlBaseParser#insertInto.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInsertOverwriteTable(ctx: InsertOverwriteTableContext): T
Visit a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.Visit a parse tree produced by the
insertOverwriteTablelabeled alternative inSqlBaseParser#insertInto.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIntegerLiteral(ctx: IntegerLiteralContext): T
Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitInterval(ctx: IntervalContext): T
Visit a parse tree produced by
SqlBaseParser#interval.Visit a parse tree produced by
SqlBaseParser#interval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIntervalLiteral(ctx: IntervalLiteralContext): T
Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIntervalUnit(ctx: IntervalUnitContext): T
Visit a parse tree produced by
SqlBaseParser#intervalUnit.Visit a parse tree produced by
SqlBaseParser#intervalUnit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitIntervalValue(ctx: IntervalValueContext): T
Visit a parse tree produced by
SqlBaseParser#intervalValue.Visit a parse tree produced by
SqlBaseParser#intervalValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitJoinCriteria(ctx: JoinCriteriaContext): T
Visit a parse tree produced by
SqlBaseParser#joinCriteria.Visit a parse tree produced by
SqlBaseParser#joinCriteria.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitJoinRelation(ctx: JoinRelationContext): T
Visit a parse tree produced by
SqlBaseParser#joinRelation.Visit a parse tree produced by
SqlBaseParser#joinRelation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitJoinType(ctx: JoinTypeContext): T
Visit a parse tree produced by
SqlBaseParser#joinType.Visit a parse tree produced by
SqlBaseParser#joinType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLambda(ctx: LambdaContext): T
Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLast(ctx: LastContext): T
Visit a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
lastlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLateralView(ctx: LateralViewContext): T
Visit a parse tree produced by
SqlBaseParser#lateralView.Visit a parse tree produced by
SqlBaseParser#lateralView.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): T
Visit a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
legacyDecimalLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLoadData(ctx: LoadDataContext): T
Visit a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
loadDatalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLocationSpec(ctx: LocationSpecContext): T
Visit a parse tree produced by
SqlBaseParser#locationSpec.Visit a parse tree produced by
SqlBaseParser#locationSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLogicalBinary(ctx: LogicalBinaryContext): T
Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitLogicalNot(ctx: LogicalNotContext): T
Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitManageResource(ctx: ManageResourceContext): T
Visit a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
manageResourcelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMatchedAction(ctx: MatchedActionContext): T
Visit a parse tree produced by
SqlBaseParser#matchedAction.Visit a parse tree produced by
SqlBaseParser#matchedAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMatchedClause(ctx: MatchedClauseContext): T
Visit a parse tree produced by
SqlBaseParser#matchedClause.Visit a parse tree produced by
SqlBaseParser#matchedClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMergeIntoTable(ctx: MergeIntoTableContext): T
Visit a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Visit a parse tree produced by the
mergeIntoTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMultiInsertQuery(ctx: MultiInsertQueryContext): T
Visit a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Visit a parse tree produced by the
multiInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): T
Visit a parse tree produced by
SqlBaseParser#multiInsertQueryBody.Visit a parse tree produced by
SqlBaseParser#multiInsertQueryBody.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMultiUnitsInterval(ctx: MultiUnitsIntervalContext): T
Visit a parse tree produced by
SqlBaseParser#multiUnitsInterval.Visit a parse tree produced by
SqlBaseParser#multiUnitsInterval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMultipartIdentifier(ctx: MultipartIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#multipartIdentifier.Visit a parse tree produced by
SqlBaseParser#multipartIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitMultipartIdentifierList(ctx: MultipartIdentifierListContext): T
Visit a parse tree produced by
SqlBaseParser#multipartIdentifierList.Visit a parse tree produced by
SqlBaseParser#multipartIdentifierList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamedExpression(ctx: NamedExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#namedExpression.Visit a parse tree produced by
SqlBaseParser#namedExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamedExpressionSeq(ctx: NamedExpressionSeqContext): T
Visit a parse tree produced by
SqlBaseParser#namedExpressionSeq.Visit a parse tree produced by
SqlBaseParser#namedExpressionSeq.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamedQuery(ctx: NamedQueryContext): T
Visit a parse tree produced by
SqlBaseParser#namedQuery.Visit a parse tree produced by
SqlBaseParser#namedQuery.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamedWindow(ctx: NamedWindowContext): T
Visit a parse tree produced by
SqlBaseParser#namedWindow.Visit a parse tree produced by
SqlBaseParser#namedWindow.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNamespace(ctx: NamespaceContext): T
Visit a parse tree produced by
SqlBaseParser#namespace.Visit a parse tree produced by
SqlBaseParser#namespace.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNestedConstantList(ctx: NestedConstantListContext): T
Visit a parse tree produced by
SqlBaseParser#nestedConstantList.Visit a parse tree produced by
SqlBaseParser#nestedConstantList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNonReserved(ctx: NonReservedContext): T
Visit a parse tree produced by
SqlBaseParser#nonReserved.Visit a parse tree produced by
SqlBaseParser#nonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNotMatchedAction(ctx: NotMatchedActionContext): T
Visit a parse tree produced by
SqlBaseParser#notMatchedAction.Visit a parse tree produced by
SqlBaseParser#notMatchedAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNotMatchedClause(ctx: NotMatchedClauseContext): T
Visit a parse tree produced by
SqlBaseParser#notMatchedClause.Visit a parse tree produced by
SqlBaseParser#notMatchedClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNullLiteral(ctx: NullLiteralContext): T
Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitNumericLiteral(ctx: NumericLiteralContext): T
Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitOrderedIdentifier(ctx: OrderedIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#orderedIdentifier.Visit a parse tree produced by
SqlBaseParser#orderedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitOrderedIdentifierList(ctx: OrderedIdentifierListContext): T
Visit a parse tree produced by
SqlBaseParser#orderedIdentifierList.Visit a parse tree produced by
SqlBaseParser#orderedIdentifierList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitOverlay(ctx: OverlayContext): T
Visit a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
overlaylabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): T
Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPartitionSpec(ctx: PartitionSpecContext): T
Visit a parse tree produced by
SqlBaseParser#partitionSpec.Visit a parse tree produced by
SqlBaseParser#partitionSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPartitionSpecLocation(ctx: PartitionSpecLocationContext): T
Visit a parse tree produced by
SqlBaseParser#partitionSpecLocation.Visit a parse tree produced by
SqlBaseParser#partitionSpecLocation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPartitionVal(ctx: PartitionValContext): T
Visit a parse tree produced by
SqlBaseParser#partitionVal.Visit a parse tree produced by
SqlBaseParser#partitionVal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPivotClause(ctx: PivotClauseContext): T
Visit a parse tree produced by
SqlBaseParser#pivotClause.Visit a parse tree produced by
SqlBaseParser#pivotClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPivotColumn(ctx: PivotColumnContext): T
Visit a parse tree produced by
SqlBaseParser#pivotColumn.Visit a parse tree produced by
SqlBaseParser#pivotColumn.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPivotValue(ctx: PivotValueContext): T
Visit a parse tree produced by
SqlBaseParser#pivotValue.Visit a parse tree produced by
SqlBaseParser#pivotValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPosition(ctx: PositionContext): T
Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPredicate(ctx: PredicateContext): T
Visit a parse tree produced by
SqlBaseParser#predicate.Visit a parse tree produced by
SqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPredicateOperator(ctx: PredicateOperatorContext): T
Visit a parse tree produced by
SqlBaseParser#predicateOperator.Visit a parse tree produced by
SqlBaseParser#predicateOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPredicated(ctx: PredicatedContext): T
Visit a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
predicatedlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitPrimitiveDataType(ctx: PrimitiveDataTypeContext): T
Visit a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.Visit a parse tree produced by the
primitiveDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.Visit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPosition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.Visit a parse tree produced by
SqlBaseParser#qualifiedColTypeWithPositionList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQualifiedName(ctx: QualifiedNameContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedName.Visit a parse tree produced by
SqlBaseParser#qualifiedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQualifiedNameList(ctx: QualifiedNameListContext): T
Visit a parse tree produced by
SqlBaseParser#qualifiedNameList.Visit a parse tree produced by
SqlBaseParser#qualifiedNameList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuery(ctx: QueryContext): T
Visit a parse tree produced by
SqlBaseParser#query.Visit a parse tree produced by
SqlBaseParser#query.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryOrganization(ctx: QueryOrganizationContext): T
Visit a parse tree produced by
SqlBaseParser#queryOrganization.Visit a parse tree produced by
SqlBaseParser#queryOrganization.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): T
Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQueryTermDefault(ctx: QueryTermDefaultContext): T
Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuotedIdentifier(ctx: QuotedIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#quotedIdentifier.Visit a parse tree produced by
SqlBaseParser#quotedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T
Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inSqlBaseParser#strictIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRealIdent(ctx: RealIdentContext): T
Visit a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.Visit a parse tree produced by the
realIdentlabeled alternative inSqlBaseParser#errorCapturingIdentifierExtra.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRecoverPartitions(ctx: RecoverPartitionsContext): T
Visit a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
recoverPartitionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRefreshResource(ctx: RefreshResourceContext): T
Visit a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
refreshResourcelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRefreshTable(ctx: RefreshTableContext): T
Visit a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
refreshTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): T
Visit a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Visit a parse tree produced by the
regularQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRelation(ctx: RelationContext): T
Visit a parse tree produced by
SqlBaseParser#relation.Visit a parse tree produced by
SqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRenameTable(ctx: RenameTableContext): T
Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRenameTableColumn(ctx: RenameTableColumnContext): T
Visit a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTableColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRenameTablePartition(ctx: RenameTablePartitionContext): T
Visit a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTablePartitionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRepairTable(ctx: RepairTableContext): T
Visit a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
repairTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitReplaceTable(ctx: ReplaceTableContext): T
Visit a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
replaceTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): T
Visit a parse tree produced by
SqlBaseParser#replaceTableHeader.Visit a parse tree produced by
SqlBaseParser#replaceTableHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitResetConfiguration(ctx: ResetConfigurationContext): T
Visit a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
resetConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitResource(ctx: ResourceContext): T
Visit a parse tree produced by
SqlBaseParser#resource.Visit a parse tree produced by
SqlBaseParser#resource.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRowConstructor(ctx: RowConstructorContext): T
Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRowFormatDelimited(ctx: RowFormatDelimitedContext): T
Visit a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.Visit a parse tree produced by the
rowFormatDelimitedlabeled alternative inSqlBaseParser#rowFormat.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitRowFormatSerde(ctx: RowFormatSerdeContext): T
Visit a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.Visit a parse tree produced by the
rowFormatSerdelabeled alternative inSqlBaseParser#rowFormat.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSample(ctx: SampleContext): T
Visit a parse tree produced by
SqlBaseParser#sample.Visit a parse tree produced by
SqlBaseParser#sample.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSampleByBucket(ctx: SampleByBucketContext): T
Visit a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.Visit a parse tree produced by the
sampleByBucketlabeled alternative inSqlBaseParser#sampleMethod.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSampleByBytes(ctx: SampleByBytesContext): T
Visit a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.Visit a parse tree produced by the
sampleByByteslabeled alternative inSqlBaseParser#sampleMethod.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSampleByPercentile(ctx: SampleByPercentileContext): T
Visit a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.Visit a parse tree produced by the
sampleByPercentilelabeled alternative inSqlBaseParser#sampleMethod.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSampleByRows(ctx: SampleByRowsContext): T
Visit a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.Visit a parse tree produced by the
sampleByRowslabeled alternative inSqlBaseParser#sampleMethod.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSearchedCase(ctx: SearchedCaseContext): T
Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSelectClause(ctx: SelectClauseContext): T
Visit a parse tree produced by
SqlBaseParser#selectClause.Visit a parse tree produced by
SqlBaseParser#selectClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetClause(ctx: SetClauseContext): T
Visit a parse tree produced by
SqlBaseParser#setClause.Visit a parse tree produced by
SqlBaseParser#setClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetConfiguration(ctx: SetConfigurationContext): T
Visit a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetNamespaceLocation(ctx: SetNamespaceLocationContext): T
Visit a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setNamespaceLocationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): T
Visit a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setNamespacePropertieslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetOperation(ctx: SetOperationContext): T
Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetQuantifier(ctx: SetQuantifierContext): T
Visit a parse tree produced by
SqlBaseParser#setQuantifier.Visit a parse tree produced by
SqlBaseParser#setQuantifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetTableLocation(ctx: SetTableLocationContext): T
Visit a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setTableLocationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetTableProperties(ctx: SetTablePropertiesContext): T
Visit a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSetTableSerDe(ctx: SetTableSerDeContext): T
Visit a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setTableSerDelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowColumns(ctx: ShowColumnsContext): T
Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowCreateTable(ctx: ShowCreateTableContext): T
Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): T
Visit a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCurrentNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowFunctions(ctx: ShowFunctionsContext): T
Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowNamespaces(ctx: ShowNamespacesContext): T
Visit a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showNamespaceslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowPartitions(ctx: ShowPartitionsContext): T
Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowTable(ctx: ShowTableContext): T
Visit a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowTables(ctx: ShowTablesContext): T
Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowTblProperties(ctx: ShowTblPropertiesContext): T
Visit a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTblPropertieslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitShowViews(ctx: ShowViewsContext): T
Visit a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showViewslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSimpleCase(ctx: SimpleCaseContext): T
Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleDataType(ctx: SingleDataTypeContext): T
Visit a parse tree produced by
SqlBaseParser#singleDataType.Visit a parse tree produced by
SqlBaseParser#singleDataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleExpression(ctx: SingleExpressionContext): T
Visit a parse tree produced by
SqlBaseParser#singleExpression.Visit a parse tree produced by
SqlBaseParser#singleExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.Visit a parse tree produced by
SqlBaseParser#singleFunctionIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleInsertQuery(ctx: SingleInsertQueryContext): T
Visit a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.Visit a parse tree produced by the
singleInsertQuerylabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.Visit a parse tree produced by
SqlBaseParser#singleMultipartIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleStatement(ctx: SingleStatementContext): T
Visit a parse tree produced by
SqlBaseParser#singleStatement.Visit a parse tree produced by
SqlBaseParser#singleStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleTableIdentifier(ctx: SingleTableIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#singleTableIdentifier.Visit a parse tree produced by
SqlBaseParser#singleTableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSingleTableSchema(ctx: SingleTableSchemaContext): T
Visit a parse tree produced by
SqlBaseParser#singleTableSchema.Visit a parse tree produced by
SqlBaseParser#singleTableSchema.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSkewSpec(ctx: SkewSpecContext): T
Visit a parse tree produced by
SqlBaseParser#skewSpec.Visit a parse tree produced by
SqlBaseParser#skewSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSmallIntLiteral(ctx: SmallIntLiteralContext): T
Visit a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
smallIntLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSortItem(ctx: SortItemContext): T
Visit a parse tree produced by
SqlBaseParser#sortItem.Visit a parse tree produced by
SqlBaseParser#sortItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStar(ctx: StarContext): T
Visit a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
starlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStatementDefault(ctx: StatementDefaultContext): T
Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStorageHandler(ctx: StorageHandlerContext): T
Visit a parse tree produced by
SqlBaseParser#storageHandler.Visit a parse tree produced by
SqlBaseParser#storageHandler.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStrictNonReserved(ctx: StrictNonReservedContext): T
Visit a parse tree produced by
SqlBaseParser#strictNonReserved.Visit a parse tree produced by
SqlBaseParser#strictNonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitStruct(ctx: StructContext): T
Visit a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
structlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSubquery(ctx: SubqueryContext): T
Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSubqueryExpression(ctx: SubqueryExpressionContext): T
Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSubscript(ctx: SubscriptContext): T
Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitSubstring(ctx: SubstringContext): T
Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTable(ctx: TableContext): T
Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableAlias(ctx: TableAliasContext): T
Visit a parse tree produced by
SqlBaseParser#tableAlias.Visit a parse tree produced by
SqlBaseParser#tableAlias.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableFileFormat(ctx: TableFileFormatContext): T
Visit a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.Visit a parse tree produced by the
tableFileFormatlabeled alternative inSqlBaseParser#fileFormat.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableIdentifier(ctx: TableIdentifierContext): T
Visit a parse tree produced by
SqlBaseParser#tableIdentifier.Visit a parse tree produced by
SqlBaseParser#tableIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableName(ctx: TableNameContext): T
Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableProperty(ctx: TablePropertyContext): T
Visit a parse tree produced by
SqlBaseParser#tableProperty.Visit a parse tree produced by
SqlBaseParser#tableProperty.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTablePropertyKey(ctx: TablePropertyKeyContext): T
Visit a parse tree produced by
SqlBaseParser#tablePropertyKey.Visit a parse tree produced by
SqlBaseParser#tablePropertyKey.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTablePropertyList(ctx: TablePropertyListContext): T
Visit a parse tree produced by
SqlBaseParser#tablePropertyList.Visit a parse tree produced by
SqlBaseParser#tablePropertyList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTablePropertyValue(ctx: TablePropertyValueContext): T
Visit a parse tree produced by
SqlBaseParser#tablePropertyValue.Visit a parse tree produced by
SqlBaseParser#tablePropertyValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableProvider(ctx: TableProviderContext): T
Visit a parse tree produced by
SqlBaseParser#tableProvider.Visit a parse tree produced by
SqlBaseParser#tableProvider.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTableValuedFunction(ctx: TableValuedFunctionContext): T
Visit a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
tableValuedFunctionlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTinyIntLiteral(ctx: TinyIntLiteralContext): T
Visit a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
tinyIntLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTransformArgument(ctx: TransformArgumentContext): T
Visit a parse tree produced by
SqlBaseParser#transformArgument.Visit a parse tree produced by
SqlBaseParser#transformArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTransformClause(ctx: TransformClauseContext): T
Visit a parse tree produced by
SqlBaseParser#transformClause.Visit a parse tree produced by
SqlBaseParser#transformClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTransformList(ctx: TransformListContext): T
Visit a parse tree produced by
SqlBaseParser#transformList.Visit a parse tree produced by
SqlBaseParser#transformList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): T
Visit a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.Visit a parse tree produced by the
transformQuerySpecificationlabeled alternative inSqlBaseParser#querySpecification.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTrim(ctx: TrimContext): T
Visit a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
trimlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTruncateTable(ctx: TruncateTableContext): T
Visit a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
truncateTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitTypeConstructor(ctx: TypeConstructorContext): T
Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUncacheTable(ctx: UncacheTableContext): T
Visit a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
uncacheTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUnitToUnitInterval(ctx: UnitToUnitIntervalContext): T
Visit a parse tree produced by
SqlBaseParser#unitToUnitInterval.Visit a parse tree produced by
SqlBaseParser#unitToUnitInterval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#strictIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUnsetTableProperties(ctx: UnsetTablePropertiesContext): T
Visit a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
unsetTablePropertieslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): T
Visit a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.Visit a parse tree produced by
SqlBaseParser#unsupportedHiveNativeCommands.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUpdateTable(ctx: UpdateTableContext): T
Visit a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.Visit a parse tree produced by the
updateTablelabeled alternative inSqlBaseParser#dmlStatementNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitUse(ctx: UseContext): T
Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): T
Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWhenClause(ctx: WhenClauseContext): T
Visit a parse tree produced by
SqlBaseParser#whenClause.Visit a parse tree produced by
SqlBaseParser#whenClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWhereClause(ctx: WhereClauseContext): T
Visit a parse tree produced by
SqlBaseParser#whereClause.Visit a parse tree produced by
SqlBaseParser#whereClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWindowClause(ctx: WindowClauseContext): T
Visit a parse tree produced by
SqlBaseParser#windowClause.Visit a parse tree produced by
SqlBaseParser#windowClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWindowDef(ctx: WindowDefContext): T
Visit a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.Visit a parse tree produced by the
windowDeflabeled alternative inSqlBaseParser#windowSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWindowFrame(ctx: WindowFrameContext): T
Visit a parse tree produced by
SqlBaseParser#windowFrame.Visit a parse tree produced by
SqlBaseParser#windowFrame.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
def
visitWindowRef(ctx: WindowRefContext): T
Visit a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.Visit a parse tree produced by the
windowReflabeled alternative inSqlBaseParser#windowSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
-
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()