class DataTypeAstBuilder extends SqlBaseParserBaseVisitor[AnyRef]
- Alphabetic
- By Inheritance
- DataTypeAstBuilder
- SqlBaseParserBaseVisitor
- SqlBaseParserVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DataTypeAstBuilder()
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: AnyRef, arg1: AnyRef): AnyRef
- 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
createSchema(ctx: ColTypeListContext): StructType
Create top level table schema.
Create top level table schema.
- Attributes
- protected
-
def
createStructType(ctx: ComplexColTypeListContext): StructType
Create a StructType from a sequence of StructFields.
Create a StructType from a sequence of StructFields.
- Attributes
- protected
-
def
defaultResult(): AnyRef
- 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: AnyRef): 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
typedVisit[T](ctx: ParseTree): T
- Attributes
- protected
-
def
visit(arg0: ParseTree): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitAddTableColumns(ctx: AddTableColumnsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAddTablePartition(ctx: AddTablePartitionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAggregationClause(ctx: AggregationClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAliasedQuery(ctx: AliasedQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAliasedRelation(ctx: AliasedRelationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAlterColumnAction(ctx: AlterColumnActionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAlterViewQuery(ctx: AlterViewQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAnalyze(ctx: AnalyzeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAnalyzeTables(ctx: AnalyzeTablesContext): AnyRef
Visit a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
analyzeTableslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAnsiNonReserved(ctx: AnsiNonReservedContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAny_value(ctx: Any_valueContext): AnyRef
Visit a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
any_valuelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitApplyTransform(ctx: ApplyTransformContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitArithmeticBinary(ctx: ArithmeticBinaryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitArithmeticOperator(ctx: ArithmeticOperatorContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitArithmeticUnary(ctx: ArithmeticUnaryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAssignment(ctx: AssignmentContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitAssignmentList(ctx: AssignmentListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#backQuotedIdentifier.Visit a parse tree produced by
SqlBaseParser#backQuotedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBigIntLiteral(ctx: BigIntLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBooleanLiteral(ctx: BooleanLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBooleanValue(ctx: BooleanValueContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitBucketSpec(ctx: BucketSpecContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCacheTable(ctx: CacheTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCast(ctx: CastContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitClearCache(ctx: ClearCacheContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitColDefinitionDescriptorWithPosition(ctx: ColDefinitionDescriptorWithPositionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.Visit a parse tree produced by
SqlBaseParser#colDefinitionDescriptorWithPosition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitColDefinitionOption(ctx: ColDefinitionOptionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#colDefinitionOption.Visit a parse tree produced by
SqlBaseParser#colDefinitionOption.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitColPosition(ctx: ColPositionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitColType(ctx: ColTypeContext): StructField
Create a top level StructField from a column definition.
Create a top level StructField from a column definition.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitColTypeList(ctx: ColTypeListContext): Seq[StructField]
Create a StructType from a number of column definitions.
Create a StructType from a number of column definitions.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitColumnReference(ctx: ColumnReferenceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitComment(ctx: CommentContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#comment.Visit a parse tree produced by
SqlBaseParser#comment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCommentNamespace(ctx: CommentNamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCommentSpec(ctx: CommentSpecContext): String
Create a comment string.
Create a comment string.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitCommentTable(ctx: CommentTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitComparison(ctx: ComparisonContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitComparisonOperator(ctx: ComparisonOperatorContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitComplexColType(ctx: ComplexColTypeContext): StructField
Create a StructField from a column definition.
Create a StructField from a column definition.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitComplexColTypeList(ctx: ComplexColTypeListContext): Seq[StructField]
Create a StructType from a number of column definitions.
Create a StructType from a number of column definitions.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitComplexDataType(ctx: ComplexDataTypeContext): DataType
Create a complex DataType.
Create a complex DataType. Arrays, Maps and Structures are supported.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitConfigKey(ctx: ConfigKeyContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#configKey.Visit a parse tree produced by
SqlBaseParser#configKey.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitConfigValue(ctx: ConfigValueContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#configValue.Visit a parse tree produced by
SqlBaseParser#configValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitConstantDefault(ctx: ConstantDefaultContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitConstantList(ctx: ConstantListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateFileFormat(ctx: CreateFileFormatContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateFunction(ctx: CreateFunctionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateIndex(ctx: CreateIndexContext): AnyRef
Visit a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createIndexlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateNamespace(ctx: CreateNamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateOrReplaceTableColType(ctx: CreateOrReplaceTableColTypeContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.Visit a parse tree produced by
SqlBaseParser#createOrReplaceTableColType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateOrReplaceTableColTypeList(ctx: CreateOrReplaceTableColTypeListContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.Visit a parse tree produced by
SqlBaseParser#createOrReplaceTableColTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateTable(ctx: CreateTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateTableClauses(ctx: CreateTableClausesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateTableHeader(ctx: CreateTableHeaderContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateTableLike(ctx: CreateTableLikeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateTempViewUsing(ctx: CreateTempViewUsingContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCreateView(ctx: CreateViewContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCtes(ctx: CtesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitCurrentLike(ctx: CurrentLikeContext): AnyRef
Visit a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
currentLikelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDatetimeUnit(ctx: DatetimeUnitContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#datetimeUnit.Visit a parse tree produced by
SqlBaseParser#datetimeUnit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): DataType
Visit a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Visit a parse tree produced by the
dayTimeIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitDecimalLiteral(ctx: DecimalLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDefaultExpression(ctx: DefaultExpressionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#defaultExpression.Visit a parse tree produced by
SqlBaseParser#defaultExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDeleteFromTable(ctx: DeleteFromTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDereference(ctx: DereferenceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeColName(ctx: DescribeColNameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeFuncName(ctx: DescribeFuncNameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeFunction(ctx: DescribeFunctionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeNamespace(ctx: DescribeNamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeQuery(ctx: DescribeQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDescribeRelation(ctx: DescribeRelationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDmlStatement(ctx: DmlStatementContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDoubleLiteral(ctx: DoubleLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropFunction(ctx: DropFunctionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropIndex(ctx: DropIndexContext): AnyRef
Visit a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropIndexlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropNamespace(ctx: DropNamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropTable(ctx: DropTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropTableColumns(ctx: DropTableColumnsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropTablePartitions(ctx: DropTablePartitionsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitDropView(ctx: DropViewContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitErrorIdent(ctx: ErrorIdentContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitErrorNode(arg0: ErrorNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitExists(ctx: ExistsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExplain(ctx: ExplainContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExponentLiteral(ctx: ExponentLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExpression(ctx: ExpressionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExpressionProperty(ctx: ExpressionPropertyContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#expressionProperty.Visit a parse tree produced by
SqlBaseParser#expressionProperty.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExpressionPropertyList(ctx: ExpressionPropertyListContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#expressionPropertyList.Visit a parse tree produced by
SqlBaseParser#expressionPropertyList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExpressionSeq(ctx: ExpressionSeqContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#expressionSeq.Visit a parse tree produced by
SqlBaseParser#expressionSeq.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitExtract(ctx: ExtractContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFailNativeCommand(ctx: FailNativeCommandContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFirst(ctx: FirstContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFloatLiteral(ctx: FloatLiteralContext): AnyRef
Visit a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
floatLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFrameBound(ctx: FrameBoundContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFromClause(ctx: FromClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFromStatement(ctx: FromStatementContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFromStatementBody(ctx: FromStatementBodyContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFromStmt(ctx: FromStmtContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionArgument(ctx: FunctionArgumentContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#functionArgument.Visit a parse tree produced by
SqlBaseParser#functionArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionCall(ctx: FunctionCallContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionIdentifier(ctx: FunctionIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionName(ctx: FunctionNameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionTable(ctx: FunctionTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionTableArgument(ctx: FunctionTableArgumentContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#functionTableArgument.Visit a parse tree produced by
SqlBaseParser#functionTableArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionTableNamedArgumentExpression(ctx: FunctionTableNamedArgumentExpressionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.Visit a parse tree produced by
SqlBaseParser#functionTableNamedArgumentExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionTableReferenceArgument(ctx: FunctionTableReferenceArgumentContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.Visit a parse tree produced by
SqlBaseParser#functionTableReferenceArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitFunctionTableSubqueryArgument(ctx: FunctionTableSubqueryArgumentContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.Visit a parse tree produced by
SqlBaseParser#functionTableSubqueryArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGenerationExpression(ctx: GenerationExpressionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#generationExpression.Visit a parse tree produced by
SqlBaseParser#generationExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGenericFileFormat(ctx: GenericFileFormatContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGroupByClause(ctx: GroupByClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#groupByClause.Visit a parse tree produced by
SqlBaseParser#groupByClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGroupingAnalytics(ctx: GroupingAnalyticsContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#groupingAnalytics.Visit a parse tree produced by
SqlBaseParser#groupingAnalytics.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGroupingElement(ctx: GroupingElementContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#groupingElement.Visit a parse tree produced by
SqlBaseParser#groupingElement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitGroupingSet(ctx: GroupingSetContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitHavingClause(ctx: HavingClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitHint(ctx: HintContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitHintStatement(ctx: HintStatementContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitHiveChangeColumn(ctx: HiveChangeColumnContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitHiveReplaceColumns(ctx: HiveReplaceColumnsContext): AnyRef
Visit a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
hiveReplaceColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifier(ctx: IdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifierComment(ctx: IdentifierCommentContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifierCommentList(ctx: IdentifierCommentListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifierList(ctx: IdentifierListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifierReference(ctx: IdentifierReferenceContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#identifierReference.Visit a parse tree produced by
SqlBaseParser#identifierReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentifierSeq(ctx: IdentifierSeqContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIdentityTransform(ctx: IdentityTransformContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInlineTable(ctx: InlineTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInlineTableDefault1(ctx: InlineTableDefault1Context): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInlineTableDefault2(ctx: InlineTableDefault2Context): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): AnyRef
Visit a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.Visit a parse tree produced by the
insertIntoReplaceWherelabeled alternative inSqlBaseParser#insertInto.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInsertIntoTable(ctx: InsertIntoTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInsertOverwriteDir(ctx: InsertOverwriteDirContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInsertOverwriteTable(ctx: InsertOverwriteTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIntegerLiteral(ctx: IntegerLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitInterval(ctx: IntervalContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIntervalLiteral(ctx: IntervalLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitIntervalValue(ctx: IntervalValueContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitJoinCriteria(ctx: JoinCriteriaContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitJoinRelation(ctx: JoinRelationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitJoinType(ctx: JoinTypeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLambda(ctx: LambdaContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLast(ctx: LastContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLateralView(ctx: LateralViewContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLiteralType(ctx: LiteralTypeContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#literalType.Visit a parse tree produced by
SqlBaseParser#literalType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLoadData(ctx: LoadDataContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLocationSpec(ctx: LocationSpecContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLogicalBinary(ctx: LogicalBinaryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitLogicalNot(ctx: LogicalNotContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitManageResource(ctx: ManageResourceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMatchedAction(ctx: MatchedActionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMatchedClause(ctx: MatchedClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMergeIntoTable(ctx: MergeIntoTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultiInsertQuery(ctx: MultiInsertQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultiUnitsInterval(ctx: MultiUnitsIntervalContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultipartIdentifier(ctx: MultipartIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultipartIdentifierList(ctx: MultipartIdentifierListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.Visit a parse tree produced by
SqlBaseParser#multipartIdentifierProperty.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.Visit a parse tree produced by
SqlBaseParser#multipartIdentifierPropertyList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedArgumentExpression(ctx: NamedArgumentExpressionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#namedArgumentExpression.Visit a parse tree produced by
SqlBaseParser#namedArgumentExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedExpression(ctx: NamedExpressionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedExpressionSeq(ctx: NamedExpressionSeqContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedParameterLiteral(ctx: NamedParameterLiteralContext): AnyRef
Visit a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
namedParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedQuery(ctx: NamedQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamedWindow(ctx: NamedWindowContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamespace(ctx: NamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNamespaces(ctx: NamespacesContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#namespaces.Visit a parse tree produced by
SqlBaseParser#namespaces.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNestedConstantList(ctx: NestedConstantListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNonReserved(ctx: NonReservedContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNotMatchedAction(ctx: NotMatchedActionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNotMatchedBySourceAction(ctx: NotMatchedBySourceActionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.Visit a parse tree produced by
SqlBaseParser#notMatchedBySourceAction.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNotMatchedBySourceClause(ctx: NotMatchedBySourceClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.Visit a parse tree produced by
SqlBaseParser#notMatchedBySourceClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNotMatchedClause(ctx: NotMatchedClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNullLiteral(ctx: NullLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitNumericLiteral(ctx: NumericLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitOrderedIdentifier(ctx: OrderedIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitOrderedIdentifierList(ctx: OrderedIdentifierListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitOverlay(ctx: OverlayContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionColumn(ctx: PartitionColumnContext): AnyRef
Visit a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.Visit a parse tree produced by the
partitionColumnlabeled alternative inSqlBaseParser#partitionField.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionFieldList(ctx: PartitionFieldListContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#partitionFieldList.Visit a parse tree produced by
SqlBaseParser#partitionFieldList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionSpec(ctx: PartitionSpecContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionSpecLocation(ctx: PartitionSpecLocationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionTransform(ctx: PartitionTransformContext): AnyRef
Visit a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.Visit a parse tree produced by the
partitionTransformlabeled alternative inSqlBaseParser#partitionField.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPartitionVal(ctx: PartitionValContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPercentile(ctx: PercentileContext): AnyRef
Visit a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
percentilelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPivotClause(ctx: PivotClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPivotColumn(ctx: PivotColumnContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPivotValue(ctx: PivotValueContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPosParameterLiteral(ctx: PosParameterLiteralContext): AnyRef
Visit a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.Visit a parse tree produced by the
posParameterLiterallabeled alternative inSqlBaseParser#constant.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPosition(ctx: PositionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPredicate(ctx: PredicateContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPredicateOperator(ctx: PredicateOperatorContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPredicated(ctx: PredicatedContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPrimitiveDataType(ctx: PrimitiveDataTypeContext): DataType
Resolve/create a primitive type.
Resolve/create a primitive type.
- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitProperty(ctx: PropertyContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#property.Visit a parse tree produced by
SqlBaseParser#property.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPropertyKey(ctx: PropertyKeyContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#propertyKey.Visit a parse tree produced by
SqlBaseParser#propertyKey.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPropertyList(ctx: PropertyListContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#propertyList.Visit a parse tree produced by
SqlBaseParser#propertyList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitPropertyValue(ctx: PropertyValueContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#propertyValue.Visit a parse tree produced by
SqlBaseParser#propertyValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQualifiedName(ctx: QualifiedNameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQualifiedNameList(ctx: QualifiedNameListContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQuery(ctx: SqlBaseParser.QueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQueryOrganization(ctx: QueryOrganizationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQueryTermDefault(ctx: QueryTermDefaultContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQuotedIdentifier(ctx: QuotedIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRealIdent(ctx: RealIdentContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRecoverPartitions(ctx: RecoverPartitionsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRefreshFunction(ctx: RefreshFunctionContext): AnyRef
Visit a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
refreshFunctionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRefreshResource(ctx: RefreshResourceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRefreshTable(ctx: RefreshTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRelation(ctx: RelationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRelationExtension(ctx: RelationExtensionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#relationExtension.Visit a parse tree produced by
SqlBaseParser#relationExtension.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRenameTable(ctx: RenameTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRenameTableColumn(ctx: RenameTableColumnContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRenameTablePartition(ctx: RenameTablePartitionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRepairTable(ctx: RepairTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitReplaceTable(ctx: ReplaceTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitResetConfiguration(ctx: ResetConfigurationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): AnyRef
Visit a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
resetQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitResource(ctx: ResourceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRowConstructor(ctx: RowConstructorContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRowFormatDelimited(ctx: RowFormatDelimitedContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitRowFormatSerde(ctx: RowFormatSerdeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSample(ctx: SampleContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSampleByBucket(ctx: SampleByBucketContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSampleByBytes(ctx: SampleByBytesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSampleByPercentile(ctx: SampleByPercentileContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSampleByRows(ctx: SampleByRowsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSearchedCase(ctx: SearchedCaseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSelectClause(ctx: SelectClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetCatalog(ctx: SetCatalogContext): AnyRef
Visit a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setCataloglabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetClause(ctx: SetClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetConfiguration(ctx: SetConfigurationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetNamespaceLocation(ctx: SetNamespaceLocationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetOperation(ctx: SetOperationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetQuantifier(ctx: SetQuantifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): AnyRef
Visit a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setQuotedConfigurationlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetTableLocation(ctx: SetTableLocationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetTableProperties(ctx: SetTablePropertiesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetTableSerDe(ctx: SetTableSerDeContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSetTimeZone(ctx: SetTimeZoneContext): AnyRef
Visit a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setTimeZonelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowCatalogs(ctx: ShowCatalogsContext): AnyRef
Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowColumns(ctx: ShowColumnsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowCreateTable(ctx: ShowCreateTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowFunctions(ctx: ShowFunctionsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowNamespaces(ctx: ShowNamespacesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowPartitions(ctx: ShowPartitionsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowTableExtended(ctx: ShowTableExtendedContext): AnyRef
Visit a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTableExtendedlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowTables(ctx: ShowTablesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowTblProperties(ctx: ShowTblPropertiesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitShowViews(ctx: ShowViewsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSimpleCase(ctx: SimpleCaseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleDataType(ctx: SingleDataTypeContext): DataType
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
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitSingleExpression(ctx: SingleExpressionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleInsertQuery(ctx: SingleInsertQueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleStatement(ctx: SingleStatementContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleTableIdentifier(ctx: SingleTableIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSingleTableSchema(ctx: SingleTableSchemaContext): StructType
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
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitSkewSpec(ctx: SkewSpecContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSmallIntLiteral(ctx: SmallIntLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSortItem(ctx: SortItemContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStar(ctx: StarContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStatementDefault(ctx: StatementDefaultContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStorageHandler(ctx: StorageHandlerContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStrictNonReserved(ctx: StrictNonReservedContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStringLit(ctx: StringLitContext): Token
Visit a parse tree produced by
SqlBaseParser#stringLit.Visit a parse tree produced by
SqlBaseParser#stringLit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
def
visitStringLiteral(ctx: StringLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitStruct(ctx: StructContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSubquery(ctx: SubqueryContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSubqueryExpression(ctx: SubqueryExpressionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSubscript(ctx: SubscriptContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitSubstring(ctx: SubstringContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTable(ctx: TableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableAlias(ctx: TableAliasContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableFileFormat(ctx: TableFileFormatContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableIdentifier(ctx: TableIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableName(ctx: TableNameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableProvider(ctx: TableProviderContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTableValuedFunction(ctx: TableValuedFunctionContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTemporalClause(ctx: TemporalClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#temporalClause.Visit a parse tree produced by
SqlBaseParser#temporalClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTimestampadd(ctx: TimestampaddContext): AnyRef
Visit a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
timestampaddlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTimestampdiff(ctx: TimestampdiffContext): AnyRef
Visit a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
timestampdifflabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTimezone(ctx: TimezoneContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#timezone.Visit a parse tree produced by
SqlBaseParser#timezone.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTinyIntLiteral(ctx: TinyIntLiteralContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTransformArgument(ctx: TransformArgumentContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTransformClause(ctx: TransformClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTrim(ctx: TrimContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTruncateTable(ctx: TruncateTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitType(ctx: TypeContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#type.Visit a parse tree produced by
SqlBaseParser#type.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitTypeConstructor(ctx: TypeConstructorContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUncacheTable(ctx: UncacheTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnitInMultiUnits(ctx: UnitInMultiUnitsContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unitInMultiUnits.Visit a parse tree produced by
SqlBaseParser#unitInMultiUnits.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnitInUnitToUnit(ctx: UnitInUnitToUnitContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unitInUnitToUnit.Visit a parse tree produced by
SqlBaseParser#unitInUnitToUnit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnitToUnitInterval(ctx: UnitToUnitIntervalContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotAlias(ctx: UnpivotAliasContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotAlias.Visit a parse tree produced by
SqlBaseParser#unpivotAlias.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotClause(ctx: UnpivotClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotClause.Visit a parse tree produced by
SqlBaseParser#unpivotClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotColumn(ctx: UnpivotColumnContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotColumn.Visit a parse tree produced by
SqlBaseParser#unpivotColumn.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotColumnAndAlias(ctx: UnpivotColumnAndAliasContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.Visit a parse tree produced by
SqlBaseParser#unpivotColumnAndAlias.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotColumnSet(ctx: UnpivotColumnSetContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotColumnSet.Visit a parse tree produced by
SqlBaseParser#unpivotColumnSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotMultiValueColumnClause(ctx: UnpivotMultiValueColumnClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.Visit a parse tree produced by
SqlBaseParser#unpivotMultiValueColumnClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotNameColumn(ctx: UnpivotNameColumnContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotNameColumn.Visit a parse tree produced by
SqlBaseParser#unpivotNameColumn.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotNullClause(ctx: UnpivotNullClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotNullClause.Visit a parse tree produced by
SqlBaseParser#unpivotNullClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotOperator(ctx: UnpivotOperatorContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotOperator.Visit a parse tree produced by
SqlBaseParser#unpivotOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotSingleValueColumnClause(ctx: UnpivotSingleValueColumnClauseContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.Visit a parse tree produced by
SqlBaseParser#unpivotSingleValueColumnClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnpivotValueColumn(ctx: UnpivotValueColumnContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#unpivotValueColumn.Visit a parse tree produced by
SqlBaseParser#unpivotValueColumn.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnsetTableProperties(ctx: UnsetTablePropertiesContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUpdateTable(ctx: UpdateTableContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUse(ctx: UseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitUseNamespace(ctx: UseNamespaceContext): AnyRef
Visit a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
useNamespacelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitVersion(ctx: VersionContext): AnyRef
Visit a parse tree produced by
SqlBaseParser#version.Visit a parse tree produced by
SqlBaseParser#version.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWhenClause(ctx: WhenClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWhereClause(ctx: WhereClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWindowClause(ctx: WindowClauseContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWindowDef(ctx: WindowDefContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWindowFrame(ctx: WindowFrameContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitWindowRef(ctx: WindowRefContext): AnyRef
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
- SqlBaseParserBaseVisitor → SqlBaseParserVisitor
- Annotations
- @Override()
-
def
visitYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): DataType
Visit a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.Visit a parse tree produced by the
yearMonthIntervalDataTypelabeled alternative inSqlBaseParser#dataType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- DataTypeAstBuilder → SqlBaseParserBaseVisitor → SqlBaseParserVisitor
-
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()