c

org.apache.spark.sql.catalyst.parser

DataTypeAstBuilder

class DataTypeAstBuilder extends SqlBaseParserBaseVisitor[AnyRef]

Linear Supertypes
SqlBaseParserBaseVisitor[AnyRef], SqlBaseParserVisitor[AnyRef], AbstractParseTreeVisitor[AnyRef], ParseTreeVisitor[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataTypeAstBuilder
  2. SqlBaseParserBaseVisitor
  3. SqlBaseParserVisitor
  4. AbstractParseTreeVisitor
  5. ParseTreeVisitor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataTypeAstBuilder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: AnyRef, arg1: AnyRef): AnyRef
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createSchema(ctx: ColTypeListContext): StructType

    Create top level table schema.

    Create top level table schema.

    Attributes
    protected
  8. def createStructType(ctx: ComplexColTypeListContext): StructType

    Create a StructType from a sequence of StructFields.

    Create a StructType from a sequence of StructFields.

    Attributes
    protected
  9. def defaultResult(): AnyRef
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def shouldVisitNextChild(arg0: RuleNode, arg1: AnyRef): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def typedVisit[T](ctx: ParseTree): T
    Attributes
    protected
  23. def visit(arg0: ParseTree): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  24. def visitAddTableColumns(ctx: AddTableColumnsContext): AnyRef

    Visit a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the addTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  25. def visitAddTablePartition(ctx: AddTablePartitionContext): AnyRef

    Visit a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the addTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  26. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  27. def visitAliasedQuery(ctx: AliasedQueryContext): AnyRef

    Visit a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the aliasedQuery labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  28. def visitAliasedRelation(ctx: AliasedRelationContext): AnyRef

    Visit a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the aliasedRelation labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  29. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  30. def visitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): AnyRef

    Visit a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the alterTableAlterColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  31. def visitAlterViewQuery(ctx: AlterViewQueryContext): AnyRef

    Visit a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the alterViewQuery labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  32. def visitAnalyze(ctx: AnalyzeContext): AnyRef

    Visit a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the analyze labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  33. def visitAnalyzeTables(ctx: AnalyzeTablesContext): AnyRef

    Visit a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the analyzeTables labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  34. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  35. def visitAny_value(ctx: Any_valueContext): AnyRef

    Visit a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the any_value labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  36. def visitApplyTransform(ctx: ApplyTransformContext): AnyRef

    Visit a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    Visit a parse tree produced by the applyTransform labeled alternative in SqlBaseParser#transform.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  37. def visitArithmeticBinary(ctx: ArithmeticBinaryContext): AnyRef

    Visit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the arithmeticBinary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  38. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  39. def visitArithmeticUnary(ctx: ArithmeticUnaryContext): AnyRef

    Visit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the arithmeticUnary labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  40. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  41. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  42. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  43. def visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): AnyRef

    Visit a parse tree produced by the bigDecimalLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the bigDecimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  44. def visitBigIntLiteral(ctx: BigIntLiteralContext): AnyRef

    Visit a parse tree produced by the bigIntLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the bigIntLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  45. def visitBooleanLiteral(ctx: BooleanLiteralContext): AnyRef

    Visit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the booleanLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  46. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  47. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  48. def visitCacheTable(ctx: CacheTableContext): AnyRef

    Visit a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the cacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  49. def visitCast(ctx: CastContext): AnyRef

    Visit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the cast labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  50. def visitChildren(arg0: RuleNode): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  51. def visitClearCache(ctx: ClearCacheContext): AnyRef

    Visit a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the clearCache labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  52. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  53. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  54. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  55. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  56. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  57. def visitColumnReference(ctx: ColumnReferenceContext): AnyRef

    Visit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the columnReference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  58. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  59. def visitCommentNamespace(ctx: CommentNamespaceContext): AnyRef

    Visit a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the commentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  60. def visitCommentSpec(ctx: CommentSpecContext): String

    Create a comment string.

    Create a comment string.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  61. def visitCommentTable(ctx: CommentTableContext): AnyRef

    Visit a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the commentTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  62. def visitComparison(ctx: ComparisonContext): AnyRef

    Visit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the comparison labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  63. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  64. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  65. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  66. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  67. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  68. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  69. def visitConstantDefault(ctx: ConstantDefaultContext): AnyRef

    Visit a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the constantDefault labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  70. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  71. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  72. def visitCreateFunction(ctx: CreateFunctionContext): AnyRef

    Visit a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createFunction labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  73. def visitCreateIndex(ctx: CreateIndexContext): AnyRef

    Visit a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createIndex labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  74. def visitCreateNamespace(ctx: CreateNamespaceContext): AnyRef

    Visit a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  75. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  76. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  77. def visitCreateTable(ctx: CreateTableContext): AnyRef

    Visit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  78. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  79. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  80. def visitCreateTableLike(ctx: CreateTableLikeContext): AnyRef

    Visit a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createTableLike labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  81. def visitCreateTempViewUsing(ctx: CreateTempViewUsingContext): AnyRef

    Visit a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createTempViewUsing labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  82. def visitCreateView(ctx: CreateViewContext): AnyRef

    Visit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the createView labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  83. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  84. def visitCurrentLike(ctx: CurrentLikeContext): AnyRef

    Visit a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the currentLike labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  85. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  86. def visitDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): DataType

    Visit a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Visit a parse tree produced by the dayTimeIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  87. def visitDecimalLiteral(ctx: DecimalLiteralContext): AnyRef

    Visit a parse tree produced by the decimalLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the decimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  88. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  89. def visitDeleteFromTable(ctx: DeleteFromTableContext): AnyRef

    Visit a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Visit a parse tree produced by the deleteFromTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  90. def visitDereference(ctx: DereferenceContext): AnyRef

    Visit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the dereference labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  91. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  92. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  93. def visitDescribeFunction(ctx: DescribeFunctionContext): AnyRef

    Visit a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeFunction labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  94. def visitDescribeNamespace(ctx: DescribeNamespaceContext): AnyRef

    Visit a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  95. def visitDescribeQuery(ctx: DescribeQueryContext): AnyRef

    Visit a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeQuery labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  96. def visitDescribeRelation(ctx: DescribeRelationContext): AnyRef

    Visit a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the describeRelation labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  97. def visitDmlStatement(ctx: DmlStatementContext): AnyRef

    Visit a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dmlStatement labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  98. def visitDoubleLiteral(ctx: DoubleLiteralContext): AnyRef

    Visit a parse tree produced by the doubleLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the doubleLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  99. def visitDropFunction(ctx: DropFunctionContext): AnyRef

    Visit a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropFunction labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  100. def visitDropIndex(ctx: DropIndexContext): AnyRef

    Visit a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropIndex labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  101. def visitDropNamespace(ctx: DropNamespaceContext): AnyRef

    Visit a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  102. def visitDropTable(ctx: DropTableContext): AnyRef

    Visit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  103. def visitDropTableColumns(ctx: DropTableColumnsContext): AnyRef

    Visit a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropTableColumns labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  104. def visitDropTablePartitions(ctx: DropTablePartitionsContext): AnyRef

    Visit a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropTablePartitions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  105. def visitDropView(ctx: DropViewContext): AnyRef

    Visit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the dropView labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  106. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  107. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  108. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  109. def visitErrorIdent(ctx: ErrorIdentContext): AnyRef

    Visit a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Visit a parse tree produced by the errorIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  110. def visitErrorNode(arg0: ErrorNode): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  111. def visitExists(ctx: ExistsContext): AnyRef

    Visit a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the exists labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  112. def visitExplain(ctx: ExplainContext): AnyRef

    Visit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the explain labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  113. def visitExponentLiteral(ctx: ExponentLiteralContext): AnyRef

    Visit a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the exponentLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  114. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  115. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  116. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  117. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  118. def visitExtract(ctx: ExtractContext): AnyRef

    Visit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the extract labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  119. def visitFailNativeCommand(ctx: FailNativeCommandContext): AnyRef

    Visit a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the failNativeCommand labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  120. def visitFirst(ctx: FirstContext): AnyRef

    Visit a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the first labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  121. def visitFloatLiteral(ctx: FloatLiteralContext): AnyRef

    Visit a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the floatLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  122. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  123. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  124. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  125. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  126. def visitFromStmt(ctx: FromStmtContext): AnyRef

    Visit a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the fromStmt labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  127. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  128. def visitFunctionCall(ctx: FunctionCallContext): AnyRef

    Visit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the functionCall labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  129. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  130. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  131. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  132. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  133. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  134. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  135. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  136. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  137. def visitGenericFileFormat(ctx: GenericFileFormatContext): AnyRef

    Visit a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Visit a parse tree produced by the genericFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  138. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  139. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  140. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  141. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  142. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  143. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  144. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  145. def visitHiveChangeColumn(ctx: HiveChangeColumnContext): AnyRef

    Visit a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the hiveChangeColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  146. def visitHiveReplaceColumns(ctx: HiveReplaceColumnsContext): AnyRef

    Visit a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the hiveReplaceColumns labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  147. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  148. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  149. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  150. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  151. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  152. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  153. def visitIdentityTransform(ctx: IdentityTransformContext): AnyRef

    Visit a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    Visit a parse tree produced by the identityTransform labeled alternative in SqlBaseParser#transform.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  154. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  155. def visitInlineTableDefault1(ctx: InlineTableDefault1Context): AnyRef

    Visit a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the inlineTableDefault1 labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  156. def visitInlineTableDefault2(ctx: InlineTableDefault2Context): AnyRef

    Visit a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the inlineTableDefault2 labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  157. def visitInsertIntoReplaceWhere(ctx: InsertIntoReplaceWhereContext): AnyRef

    Visit a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    Visit a parse tree produced by the insertIntoReplaceWhere labeled alternative in SqlBaseParser#insertInto.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  158. def visitInsertIntoTable(ctx: InsertIntoTableContext): AnyRef

    Visit a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    Visit a parse tree produced by the insertIntoTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  159. def visitInsertOverwriteDir(ctx: InsertOverwriteDirContext): AnyRef

    Visit a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    Visit a parse tree produced by the insertOverwriteDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  160. def visitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): AnyRef

    Visit a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    Visit a parse tree produced by the insertOverwriteHiveDir labeled alternative in SqlBaseParser#insertInto.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  161. def visitInsertOverwriteTable(ctx: InsertOverwriteTableContext): AnyRef

    Visit a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    Visit a parse tree produced by the insertOverwriteTable labeled alternative in SqlBaseParser#insertInto.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  162. def visitIntegerLiteral(ctx: IntegerLiteralContext): AnyRef

    Visit a parse tree produced by the integerLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the integerLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  163. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  164. def visitIntervalLiteral(ctx: IntervalLiteralContext): AnyRef

    Visit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the intervalLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  165. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  166. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  167. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  168. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  169. def visitLambda(ctx: LambdaContext): AnyRef

    Visit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the lambda labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  170. def visitLast(ctx: LastContext): AnyRef

    Visit a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the last labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  171. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  172. def visitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): AnyRef

    Visit a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the legacyDecimalLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  173. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  174. def visitLoadData(ctx: LoadDataContext): AnyRef

    Visit a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the loadData labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  175. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  176. def visitLogicalBinary(ctx: LogicalBinaryContext): AnyRef

    Visit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the logicalBinary labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  177. def visitLogicalNot(ctx: LogicalNotContext): AnyRef

    Visit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the logicalNot labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  178. def visitManageResource(ctx: ManageResourceContext): AnyRef

    Visit a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the manageResource labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  179. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  180. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  181. def visitMergeIntoTable(ctx: MergeIntoTableContext): AnyRef

    Visit a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Visit a parse tree produced by the mergeIntoTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  182. def visitMultiInsertQuery(ctx: MultiInsertQueryContext): AnyRef

    Visit a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Visit a parse tree produced by the multiInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  183. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  184. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  185. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  186. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  187. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  188. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  189. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  190. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  191. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  192. def visitNamedParameterLiteral(ctx: NamedParameterLiteralContext): AnyRef

    Visit a parse tree produced by the namedParameterLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the namedParameterLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  193. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  194. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  195. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  196. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  197. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  198. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  199. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  200. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  201. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  202. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  203. def visitNullLiteral(ctx: NullLiteralContext): AnyRef

    Visit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the nullLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  204. def visitNumericLiteral(ctx: NumericLiteralContext): AnyRef

    Visit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the numericLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  205. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  206. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  207. def visitOverlay(ctx: OverlayContext): AnyRef

    Visit a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the overlay labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  208. def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): AnyRef

    Visit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the parenthesizedExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  209. def visitPartitionColumn(ctx: PartitionColumnContext): AnyRef

    Visit a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    Visit a parse tree produced by the partitionColumn labeled alternative in SqlBaseParser#partitionField.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  210. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  211. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  212. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  213. def visitPartitionTransform(ctx: PartitionTransformContext): AnyRef

    Visit a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    Visit a parse tree produced by the partitionTransform labeled alternative in SqlBaseParser#partitionField.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  214. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  215. def visitPercentile(ctx: PercentileContext): AnyRef

    Visit a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the percentile labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  216. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  217. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  218. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  219. def visitPosParameterLiteral(ctx: PosParameterLiteralContext): AnyRef

    Visit a parse tree produced by the posParameterLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the posParameterLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  220. def visitPosition(ctx: PositionContext): AnyRef

    Visit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the position labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  221. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  222. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  223. def visitPredicated(ctx: PredicatedContext): AnyRef

    Visit a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    Visit a parse tree produced by the predicated labeled alternative in SqlBaseParser#booleanExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  224. 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
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  225. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  226. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  227. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  228. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  229. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  230. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  231. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  232. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  233. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  234. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  235. def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): AnyRef

    Visit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the queryPrimaryDefault labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  236. def visitQueryTermDefault(ctx: QueryTermDefaultContext): AnyRef

    Visit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    Visit a parse tree produced by the queryTermDefault labeled alternative in SqlBaseParser#queryTerm.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  237. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  238. def visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): AnyRef

    Visit a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    Visit a parse tree produced by the quotedIdentifierAlternative labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  239. def visitRealIdent(ctx: RealIdentContext): AnyRef

    Visit a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    Visit a parse tree produced by the realIdent labeled alternative in SqlBaseParser#errorCapturingIdentifierExtra.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  240. def visitRecoverPartitions(ctx: RecoverPartitionsContext): AnyRef

    Visit a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the recoverPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  241. def visitRefreshFunction(ctx: RefreshFunctionContext): AnyRef

    Visit a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the refreshFunction labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  242. def visitRefreshResource(ctx: RefreshResourceContext): AnyRef

    Visit a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the refreshResource labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  243. def visitRefreshTable(ctx: RefreshTableContext): AnyRef

    Visit a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the refreshTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  244. def visitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): AnyRef

    Visit a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Visit a parse tree produced by the regularQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  245. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  246. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  247. def visitRenameTable(ctx: RenameTableContext): AnyRef

    Visit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  248. def visitRenameTableColumn(ctx: RenameTableColumnContext): AnyRef

    Visit a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameTableColumn labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  249. def visitRenameTablePartition(ctx: RenameTablePartitionContext): AnyRef

    Visit a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the renameTablePartition labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  250. def visitRepairTable(ctx: RepairTableContext): AnyRef

    Visit a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the repairTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  251. def visitReplaceTable(ctx: ReplaceTableContext): AnyRef

    Visit a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the replaceTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  252. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  253. def visitResetConfiguration(ctx: ResetConfigurationContext): AnyRef

    Visit a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the resetConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  254. def visitResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): AnyRef

    Visit a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the resetQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  255. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  256. def visitRowConstructor(ctx: RowConstructorContext): AnyRef

    Visit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the rowConstructor labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  257. def visitRowFormatDelimited(ctx: RowFormatDelimitedContext): AnyRef

    Visit a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    Visit a parse tree produced by the rowFormatDelimited labeled alternative in SqlBaseParser#rowFormat.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  258. def visitRowFormatSerde(ctx: RowFormatSerdeContext): AnyRef

    Visit a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    Visit a parse tree produced by the rowFormatSerde labeled alternative in SqlBaseParser#rowFormat.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  259. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  260. def visitSampleByBucket(ctx: SampleByBucketContext): AnyRef

    Visit a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    Visit a parse tree produced by the sampleByBucket labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  261. def visitSampleByBytes(ctx: SampleByBytesContext): AnyRef

    Visit a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    Visit a parse tree produced by the sampleByBytes labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  262. def visitSampleByPercentile(ctx: SampleByPercentileContext): AnyRef

    Visit a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    Visit a parse tree produced by the sampleByPercentile labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  263. def visitSampleByRows(ctx: SampleByRowsContext): AnyRef

    Visit a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    Visit a parse tree produced by the sampleByRows labeled alternative in SqlBaseParser#sampleMethod.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  264. def visitSearchedCase(ctx: SearchedCaseContext): AnyRef

    Visit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the searchedCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  265. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  266. def visitSetCatalog(ctx: SetCatalogContext): AnyRef

    Visit a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setCatalog labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  267. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  268. def visitSetConfiguration(ctx: SetConfigurationContext): AnyRef

    Visit a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  269. def visitSetNamespaceLocation(ctx: SetNamespaceLocationContext): AnyRef

    Visit a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setNamespaceLocation labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  270. def visitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): AnyRef

    Visit a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setNamespaceProperties labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  271. def visitSetOperation(ctx: SetOperationContext): AnyRef

    Visit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    Visit a parse tree produced by the setOperation labeled alternative in SqlBaseParser#queryTerm.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  272. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  273. def visitSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): AnyRef

    Visit a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setQuotedConfiguration labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  274. def visitSetTableLocation(ctx: SetTableLocationContext): AnyRef

    Visit a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setTableLocation labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  275. def visitSetTableProperties(ctx: SetTablePropertiesContext): AnyRef

    Visit a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  276. def visitSetTableSerDe(ctx: SetTableSerDeContext): AnyRef

    Visit a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setTableSerDe labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  277. def visitSetTimeZone(ctx: SetTimeZoneContext): AnyRef

    Visit a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the setTimeZone labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  278. def visitShowCatalogs(ctx: ShowCatalogsContext): AnyRef

    Visit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCatalogs labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  279. def visitShowColumns(ctx: ShowColumnsContext): AnyRef

    Visit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showColumns labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  280. def visitShowCreateTable(ctx: ShowCreateTableContext): AnyRef

    Visit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCreateTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  281. def visitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): AnyRef

    Visit a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showCurrentNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  282. def visitShowFunctions(ctx: ShowFunctionsContext): AnyRef

    Visit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showFunctions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  283. def visitShowNamespaces(ctx: ShowNamespacesContext): AnyRef

    Visit a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showNamespaces labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  284. def visitShowPartitions(ctx: ShowPartitionsContext): AnyRef

    Visit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showPartitions labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  285. def visitShowTableExtended(ctx: ShowTableExtendedContext): AnyRef

    Visit a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showTableExtended labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  286. def visitShowTables(ctx: ShowTablesContext): AnyRef

    Visit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showTables labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  287. def visitShowTblProperties(ctx: ShowTblPropertiesContext): AnyRef

    Visit a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showTblProperties labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  288. def visitShowViews(ctx: ShowViewsContext): AnyRef

    Visit a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the showViews labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  289. def visitSimpleCase(ctx: SimpleCaseContext): AnyRef

    Visit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the simpleCase labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  290. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  291. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  292. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  293. def visitSingleInsertQuery(ctx: SingleInsertQueryContext): AnyRef

    Visit a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Visit a parse tree produced by the singleInsertQuery labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  294. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  295. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  296. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  297. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  298. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  299. def visitSmallIntLiteral(ctx: SmallIntLiteralContext): AnyRef

    Visit a parse tree produced by the smallIntLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the smallIntLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  300. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  301. def visitStar(ctx: StarContext): AnyRef

    Visit a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the star labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  302. def visitStatementDefault(ctx: StatementDefaultContext): AnyRef

    Visit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the statementDefault labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  303. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  304. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  305. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  306. def visitStringLiteral(ctx: StringLiteralContext): AnyRef

    Visit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the stringLiteral labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  307. def visitStruct(ctx: StructContext): AnyRef

    Visit a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the struct labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  308. def visitSubquery(ctx: SubqueryContext): AnyRef

    Visit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the subquery labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  309. def visitSubqueryExpression(ctx: SubqueryExpressionContext): AnyRef

    Visit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the subqueryExpression labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  310. def visitSubscript(ctx: SubscriptContext): AnyRef

    Visit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the subscript labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  311. def visitSubstring(ctx: SubstringContext): AnyRef

    Visit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the substring labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  312. def visitTable(ctx: TableContext): AnyRef

    Visit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    Visit a parse tree produced by the table labeled alternative in SqlBaseParser#queryPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  313. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  314. def visitTableFileFormat(ctx: TableFileFormatContext): AnyRef

    Visit a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    Visit a parse tree produced by the tableFileFormat labeled alternative in SqlBaseParser#fileFormat.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  315. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  316. def visitTableName(ctx: TableNameContext): AnyRef

    Visit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the tableName labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  317. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  318. def visitTableValuedFunction(ctx: TableValuedFunctionContext): AnyRef

    Visit a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    Visit a parse tree produced by the tableValuedFunction labeled alternative in SqlBaseParser#relationPrimary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  319. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  320. def visitTerminal(arg0: TerminalNode): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  321. def visitTimestampadd(ctx: TimestampaddContext): AnyRef

    Visit a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the timestampadd labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  322. def visitTimestampdiff(ctx: TimestampdiffContext): AnyRef

    Visit a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the timestampdiff labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  323. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  324. def visitTinyIntLiteral(ctx: TinyIntLiteralContext): AnyRef

    Visit a parse tree produced by the tinyIntLiteral labeled alternative in SqlBaseParser#number.

    Visit a parse tree produced by the tinyIntLiteral labeled alternative in SqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  325. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  326. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  327. def visitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): AnyRef

    Visit a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    Visit a parse tree produced by the transformQuerySpecification labeled alternative in SqlBaseParser#querySpecification.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  328. def visitTrim(ctx: TrimContext): AnyRef

    Visit a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    Visit a parse tree produced by the trim labeled alternative in SqlBaseParser#primaryExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  329. def visitTruncateTable(ctx: TruncateTableContext): AnyRef

    Visit a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the truncateTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  330. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  331. def visitTypeConstructor(ctx: TypeConstructorContext): AnyRef

    Visit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    Visit a parse tree produced by the typeConstructor labeled alternative in SqlBaseParser#constant.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  332. def visitUncacheTable(ctx: UncacheTableContext): AnyRef

    Visit a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the uncacheTable labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  333. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  334. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  335. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  336. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  337. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  338. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  339. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  340. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  341. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  342. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  343. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  344. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  345. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  346. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  347. def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): AnyRef

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in SqlBaseParser#strictIdentifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  348. def visitUnsetTableProperties(ctx: UnsetTablePropertiesContext): AnyRef

    Visit a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the unsetTableProperties labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  349. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  350. def visitUpdateTable(ctx: UpdateTableContext): AnyRef

    Visit a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    Visit a parse tree produced by the updateTable labeled alternative in SqlBaseParser#dmlStatementNoWith.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  351. def visitUse(ctx: UseContext): AnyRef

    Visit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the use labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  352. def visitUseNamespace(ctx: UseNamespaceContext): AnyRef

    Visit a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    Visit a parse tree produced by the useNamespace labeled alternative in SqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  353. def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): AnyRef

    Visit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    Visit a parse tree produced by the valueExpressionDefault labeled alternative in SqlBaseParser#valueExpression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  354. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  355. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  356. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  357. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  358. def visitWindowDef(ctx: WindowDefContext): AnyRef

    Visit a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    Visit a parse tree produced by the windowDef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  359. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  360. def visitWindowRef(ctx: WindowRefContext): AnyRef

    Visit a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    Visit a parse tree produced by the windowRef labeled alternative in SqlBaseParser#windowSpec.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  361. def visitYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): DataType

    Visit a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    Visit a parse tree produced by the yearMonthIntervalDataType labeled alternative in SqlBaseParser#dataType.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DataTypeAstBuilderSqlBaseParserBaseVisitorSqlBaseParserVisitor
  362. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  363. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  364. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SqlBaseParserBaseVisitor[AnyRef]

Inherited from SqlBaseParserVisitor[AnyRef]

Inherited from AbstractParseTreeVisitor[AnyRef]

Inherited from ParseTreeVisitor[AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped