Packages

c

org.apache.spark.sql.catalyst.parser

SqlBaseParserBaseVisitor

class SqlBaseParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SqlBaseParserVisitor[T]

This class provides an empty implementation of SqlBaseParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

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

Instance Constructors

  1. new SqlBaseParserBaseVisitor()

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

    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()
  22. def visitAddTablePartition(ctx: AddTablePartitionContext): T

    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()
  23. def visitAggregationClause(ctx: AggregationClauseContext): T

    Visit a parse tree produced by SqlBaseParser#aggregationClause.

    Visit a parse tree produced by SqlBaseParser#aggregationClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  24. def visitAliasedQuery(ctx: AliasedQueryContext): T

    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()
  25. def visitAliasedRelation(ctx: AliasedRelationContext): T

    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()
  26. def visitAlterColumnAction(ctx: AlterColumnActionContext): T

    Visit a parse tree produced by SqlBaseParser#alterColumnAction.

    Visit a parse tree produced by SqlBaseParser#alterColumnAction.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  27. def visitAlterTableAlterColumn(ctx: AlterTableAlterColumnContext): T

    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()
  28. def visitAlterViewQuery(ctx: AlterViewQueryContext): T

    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()
  29. def visitAnalyze(ctx: AnalyzeContext): T

    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()
  30. def visitAnalyzeTables(ctx: AnalyzeTablesContext): T

    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()
  31. def visitAnsiNonReserved(ctx: AnsiNonReservedContext): T

    Visit a parse tree produced by SqlBaseParser#ansiNonReserved.

    Visit a parse tree produced by SqlBaseParser#ansiNonReserved.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  32. def visitApplyTransform(ctx: ApplyTransformContext): T

    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()
  33. def visitArithmeticBinary(ctx: ArithmeticBinaryContext): T

    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()
  34. def visitArithmeticOperator(ctx: ArithmeticOperatorContext): T

    Visit a parse tree produced by SqlBaseParser#arithmeticOperator.

    Visit a parse tree produced by SqlBaseParser#arithmeticOperator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  35. def visitArithmeticUnary(ctx: ArithmeticUnaryContext): T

    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()
  36. def visitAssignment(ctx: AssignmentContext): T

    Visit a parse tree produced by SqlBaseParser#assignment.

    Visit a parse tree produced by SqlBaseParser#assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  37. def visitAssignmentList(ctx: AssignmentListContext): T

    Visit a parse tree produced by SqlBaseParser#assignmentList.

    Visit a parse tree produced by SqlBaseParser#assignmentList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  38. def visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): T

    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()
  39. def visitBigIntLiteral(ctx: BigIntLiteralContext): T

    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()
  40. def visitBooleanLiteral(ctx: BooleanLiteralContext): T

    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()
  41. def visitBooleanValue(ctx: BooleanValueContext): T

    Visit a parse tree produced by SqlBaseParser#booleanValue.

    Visit a parse tree produced by SqlBaseParser#booleanValue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  42. def visitBucketSpec(ctx: BucketSpecContext): T

    Visit a parse tree produced by SqlBaseParser#bucketSpec.

    Visit a parse tree produced by SqlBaseParser#bucketSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  43. def visitCacheTable(ctx: CacheTableContext): T

    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()
  44. def visitCast(ctx: CastContext): T

    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()
  45. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  46. def visitClearCache(ctx: ClearCacheContext): T

    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()
  47. def visitColPosition(ctx: ColPositionContext): T

    Visit a parse tree produced by SqlBaseParser#colPosition.

    Visit a parse tree produced by SqlBaseParser#colPosition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  48. def visitColType(ctx: ColTypeContext): T

    Visit a parse tree produced by SqlBaseParser#colType.

    Visit a parse tree produced by SqlBaseParser#colType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  49. def visitColTypeList(ctx: ColTypeListContext): T

    Visit a parse tree produced by SqlBaseParser#colTypeList.

    Visit a parse tree produced by SqlBaseParser#colTypeList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  50. def visitColumnReference(ctx: ColumnReferenceContext): T

    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()
  51. def visitCommentNamespace(ctx: CommentNamespaceContext): T

    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()
  52. def visitCommentSpec(ctx: CommentSpecContext): T

    Visit a parse tree produced by SqlBaseParser#commentSpec.

    Visit a parse tree produced by SqlBaseParser#commentSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  53. def visitCommentTable(ctx: CommentTableContext): T

    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()
  54. def visitComparison(ctx: ComparisonContext): T

    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()
  55. def visitComparisonOperator(ctx: ComparisonOperatorContext): T

    Visit a parse tree produced by SqlBaseParser#comparisonOperator.

    Visit a parse tree produced by SqlBaseParser#comparisonOperator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  56. def visitComplexColType(ctx: ComplexColTypeContext): T

    Visit a parse tree produced by SqlBaseParser#complexColType.

    Visit a parse tree produced by SqlBaseParser#complexColType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  57. def visitComplexColTypeList(ctx: ComplexColTypeListContext): T

    Visit a parse tree produced by SqlBaseParser#complexColTypeList.

    Visit a parse tree produced by SqlBaseParser#complexColTypeList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  58. def visitComplexDataType(ctx: ComplexDataTypeContext): T

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

    Visit a parse tree produced by the complexDataType 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
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  59. def visitConfigKey(ctx: ConfigKeyContext): T

    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()
  60. def visitConfigValue(ctx: ConfigValueContext): T

    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()
  61. def visitConstantDefault(ctx: ConstantDefaultContext): T

    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()
  62. def visitConstantList(ctx: ConstantListContext): T

    Visit a parse tree produced by SqlBaseParser#constantList.

    Visit a parse tree produced by SqlBaseParser#constantList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  63. def visitCreateFileFormat(ctx: CreateFileFormatContext): T

    Visit a parse tree produced by SqlBaseParser#createFileFormat.

    Visit a parse tree produced by SqlBaseParser#createFileFormat.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  64. def visitCreateFunction(ctx: CreateFunctionContext): T

    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()
  65. def visitCreateIndex(ctx: CreateIndexContext): T

    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()
  66. def visitCreateNamespace(ctx: CreateNamespaceContext): T

    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()
  67. def visitCreateTable(ctx: CreateTableContext): T

    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()
  68. def visitCreateTableClauses(ctx: CreateTableClausesContext): T

    Visit a parse tree produced by SqlBaseParser#createTableClauses.

    Visit a parse tree produced by SqlBaseParser#createTableClauses.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  69. def visitCreateTableHeader(ctx: CreateTableHeaderContext): T

    Visit a parse tree produced by SqlBaseParser#createTableHeader.

    Visit a parse tree produced by SqlBaseParser#createTableHeader.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  70. def visitCreateTableLike(ctx: CreateTableLikeContext): T

    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()
  71. def visitCreateTempViewUsing(ctx: CreateTempViewUsingContext): T

    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()
  72. def visitCreateView(ctx: CreateViewContext): T

    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()
  73. def visitCtes(ctx: CtesContext): T

    Visit a parse tree produced by SqlBaseParser#ctes.

    Visit a parse tree produced by SqlBaseParser#ctes.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  74. def visitCurrentLike(ctx: CurrentLikeContext): T

    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()
  75. def visitDatetimeUnit(ctx: DatetimeUnitContext): T

    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()
  76. def visitDayTimeIntervalDataType(ctx: DayTimeIntervalDataTypeContext): T

    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
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  77. def visitDecimalLiteral(ctx: DecimalLiteralContext): T

    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()
  78. def visitDeleteFromTable(ctx: DeleteFromTableContext): T

    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()
  79. def visitDereference(ctx: DereferenceContext): T

    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()
  80. def visitDescribeColName(ctx: DescribeColNameContext): T

    Visit a parse tree produced by SqlBaseParser#describeColName.

    Visit a parse tree produced by SqlBaseParser#describeColName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  81. def visitDescribeFuncName(ctx: DescribeFuncNameContext): T

    Visit a parse tree produced by SqlBaseParser#describeFuncName.

    Visit a parse tree produced by SqlBaseParser#describeFuncName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  82. def visitDescribeFunction(ctx: DescribeFunctionContext): T

    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()
  83. def visitDescribeNamespace(ctx: DescribeNamespaceContext): T

    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()
  84. def visitDescribeQuery(ctx: DescribeQueryContext): T

    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()
  85. def visitDescribeRelation(ctx: DescribeRelationContext): T

    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()
  86. def visitDmlStatement(ctx: DmlStatementContext): T

    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()
  87. def visitDoubleLiteral(ctx: DoubleLiteralContext): T

    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()
  88. def visitDropFunction(ctx: DropFunctionContext): T

    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()
  89. def visitDropIndex(ctx: DropIndexContext): T

    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()
  90. def visitDropNamespace(ctx: DropNamespaceContext): T

    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()
  91. def visitDropTable(ctx: DropTableContext): T

    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()
  92. def visitDropTableColumns(ctx: DropTableColumnsContext): T

    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()
  93. def visitDropTablePartitions(ctx: DropTablePartitionsContext): T

    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()
  94. def visitDropView(ctx: DropViewContext): T

    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()
  95. def visitErrorCapturingIdentifier(ctx: ErrorCapturingIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

    Visit a parse tree produced by SqlBaseParser#errorCapturingIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  96. def visitErrorCapturingMultiUnitsInterval(ctx: ErrorCapturingMultiUnitsIntervalContext): T

    Visit a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

    Visit a parse tree produced by SqlBaseParser#errorCapturingMultiUnitsInterval.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  97. def visitErrorCapturingUnitToUnitInterval(ctx: ErrorCapturingUnitToUnitIntervalContext): T

    Visit a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

    Visit a parse tree produced by SqlBaseParser#errorCapturingUnitToUnitInterval.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  98. def visitErrorIdent(ctx: ErrorIdentContext): T

    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()
  99. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  100. def visitExists(ctx: ExistsContext): T

    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()
  101. def visitExplain(ctx: ExplainContext): T

    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()
  102. def visitExponentLiteral(ctx: ExponentLiteralContext): T

    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()
  103. def visitExpression(ctx: ExpressionContext): T

    Visit a parse tree produced by SqlBaseParser#expression.

    Visit a parse tree produced by SqlBaseParser#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  104. def visitExpressionSeq(ctx: ExpressionSeqContext): T

    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()
  105. def visitExtract(ctx: ExtractContext): T

    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()
  106. def visitFailNativeCommand(ctx: FailNativeCommandContext): T

    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()
  107. def visitFirst(ctx: FirstContext): T

    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()
  108. def visitFloatLiteral(ctx: FloatLiteralContext): T

    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()
  109. def visitFrameBound(ctx: FrameBoundContext): T

    Visit a parse tree produced by SqlBaseParser#frameBound.

    Visit a parse tree produced by SqlBaseParser#frameBound.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  110. def visitFromClause(ctx: FromClauseContext): T

    Visit a parse tree produced by SqlBaseParser#fromClause.

    Visit a parse tree produced by SqlBaseParser#fromClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  111. def visitFromStatement(ctx: FromStatementContext): T

    Visit a parse tree produced by SqlBaseParser#fromStatement.

    Visit a parse tree produced by SqlBaseParser#fromStatement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  112. def visitFromStatementBody(ctx: FromStatementBodyContext): T

    Visit a parse tree produced by SqlBaseParser#fromStatementBody.

    Visit a parse tree produced by SqlBaseParser#fromStatementBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  113. def visitFromStmt(ctx: FromStmtContext): T

    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()
  114. def visitFunctionCall(ctx: FunctionCallContext): T

    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()
  115. def visitFunctionIdentifier(ctx: FunctionIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#functionIdentifier.

    Visit a parse tree produced by SqlBaseParser#functionIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  116. def visitFunctionName(ctx: FunctionNameContext): T

    Visit a parse tree produced by SqlBaseParser#functionName.

    Visit a parse tree produced by SqlBaseParser#functionName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  117. def visitFunctionTable(ctx: FunctionTableContext): T

    Visit a parse tree produced by SqlBaseParser#functionTable.

    Visit a parse tree produced by SqlBaseParser#functionTable.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  118. def visitGenericFileFormat(ctx: GenericFileFormatContext): T

    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()
  119. def visitGroupByClause(ctx: GroupByClauseContext): T

    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()
  120. def visitGroupingAnalytics(ctx: GroupingAnalyticsContext): T

    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()
  121. def visitGroupingElement(ctx: GroupingElementContext): T

    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()
  122. def visitGroupingSet(ctx: GroupingSetContext): T

    Visit a parse tree produced by SqlBaseParser#groupingSet.

    Visit a parse tree produced by SqlBaseParser#groupingSet.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  123. def visitHavingClause(ctx: HavingClauseContext): T

    Visit a parse tree produced by SqlBaseParser#havingClause.

    Visit a parse tree produced by SqlBaseParser#havingClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  124. def visitHint(ctx: HintContext): T

    Visit a parse tree produced by SqlBaseParser#hint.

    Visit a parse tree produced by SqlBaseParser#hint.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  125. def visitHintStatement(ctx: HintStatementContext): T

    Visit a parse tree produced by SqlBaseParser#hintStatement.

    Visit a parse tree produced by SqlBaseParser#hintStatement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  126. def visitHiveChangeColumn(ctx: HiveChangeColumnContext): T

    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()
  127. def visitHiveReplaceColumns(ctx: HiveReplaceColumnsContext): T

    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()
  128. def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#identifier.

    Visit a parse tree produced by SqlBaseParser#identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  129. def visitIdentifierComment(ctx: IdentifierCommentContext): T

    Visit a parse tree produced by SqlBaseParser#identifierComment.

    Visit a parse tree produced by SqlBaseParser#identifierComment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  130. def visitIdentifierCommentList(ctx: IdentifierCommentListContext): T

    Visit a parse tree produced by SqlBaseParser#identifierCommentList.

    Visit a parse tree produced by SqlBaseParser#identifierCommentList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  131. def visitIdentifierList(ctx: IdentifierListContext): T

    Visit a parse tree produced by SqlBaseParser#identifierList.

    Visit a parse tree produced by SqlBaseParser#identifierList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  132. def visitIdentifierSeq(ctx: IdentifierSeqContext): T

    Visit a parse tree produced by SqlBaseParser#identifierSeq.

    Visit a parse tree produced by SqlBaseParser#identifierSeq.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  133. def visitIdentityTransform(ctx: IdentityTransformContext): T

    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()
  134. def visitInlineTable(ctx: InlineTableContext): T

    Visit a parse tree produced by SqlBaseParser#inlineTable.

    Visit a parse tree produced by SqlBaseParser#inlineTable.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  135. def visitInlineTableDefault1(ctx: InlineTableDefault1Context): T

    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()
  136. def visitInlineTableDefault2(ctx: InlineTableDefault2Context): T

    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()
  137. def visitInsertIntoTable(ctx: InsertIntoTableContext): T

    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()
  138. def visitInsertOverwriteDir(ctx: InsertOverwriteDirContext): T

    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()
  139. def visitInsertOverwriteHiveDir(ctx: InsertOverwriteHiveDirContext): T

    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()
  140. def visitInsertOverwriteTable(ctx: InsertOverwriteTableContext): T

    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()
  141. def visitIntegerLiteral(ctx: IntegerLiteralContext): T

    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()
  142. def visitInterval(ctx: IntervalContext): T

    Visit a parse tree produced by SqlBaseParser#interval.

    Visit a parse tree produced by SqlBaseParser#interval.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  143. def visitIntervalLiteral(ctx: IntervalLiteralContext): T

    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()
  144. def visitIntervalValue(ctx: IntervalValueContext): T

    Visit a parse tree produced by SqlBaseParser#intervalValue.

    Visit a parse tree produced by SqlBaseParser#intervalValue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  145. def visitJoinCriteria(ctx: JoinCriteriaContext): T

    Visit a parse tree produced by SqlBaseParser#joinCriteria.

    Visit a parse tree produced by SqlBaseParser#joinCriteria.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  146. def visitJoinRelation(ctx: JoinRelationContext): T

    Visit a parse tree produced by SqlBaseParser#joinRelation.

    Visit a parse tree produced by SqlBaseParser#joinRelation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  147. def visitJoinType(ctx: JoinTypeContext): T

    Visit a parse tree produced by SqlBaseParser#joinType.

    Visit a parse tree produced by SqlBaseParser#joinType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  148. def visitLambda(ctx: LambdaContext): T

    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()
  149. def visitLast(ctx: LastContext): T

    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()
  150. def visitLateralView(ctx: LateralViewContext): T

    Visit a parse tree produced by SqlBaseParser#lateralView.

    Visit a parse tree produced by SqlBaseParser#lateralView.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  151. def visitLegacyDecimalLiteral(ctx: LegacyDecimalLiteralContext): T

    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()
  152. def visitLoadData(ctx: LoadDataContext): T

    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()
  153. def visitLocationSpec(ctx: LocationSpecContext): T

    Visit a parse tree produced by SqlBaseParser#locationSpec.

    Visit a parse tree produced by SqlBaseParser#locationSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  154. def visitLogicalBinary(ctx: LogicalBinaryContext): T

    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()
  155. def visitLogicalNot(ctx: LogicalNotContext): T

    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()
  156. def visitManageResource(ctx: ManageResourceContext): T

    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()
  157. def visitMatchedAction(ctx: MatchedActionContext): T

    Visit a parse tree produced by SqlBaseParser#matchedAction.

    Visit a parse tree produced by SqlBaseParser#matchedAction.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  158. def visitMatchedClause(ctx: MatchedClauseContext): T

    Visit a parse tree produced by SqlBaseParser#matchedClause.

    Visit a parse tree produced by SqlBaseParser#matchedClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  159. def visitMergeIntoTable(ctx: MergeIntoTableContext): T

    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()
  160. def visitMultiInsertQuery(ctx: MultiInsertQueryContext): T

    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()
  161. def visitMultiInsertQueryBody(ctx: MultiInsertQueryBodyContext): T

    Visit a parse tree produced by SqlBaseParser#multiInsertQueryBody.

    Visit a parse tree produced by SqlBaseParser#multiInsertQueryBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  162. def visitMultiUnitsInterval(ctx: MultiUnitsIntervalContext): T

    Visit a parse tree produced by SqlBaseParser#multiUnitsInterval.

    Visit a parse tree produced by SqlBaseParser#multiUnitsInterval.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  163. def visitMultipartIdentifier(ctx: MultipartIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#multipartIdentifier.

    Visit a parse tree produced by SqlBaseParser#multipartIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  164. def visitMultipartIdentifierList(ctx: MultipartIdentifierListContext): T

    Visit a parse tree produced by SqlBaseParser#multipartIdentifierList.

    Visit a parse tree produced by SqlBaseParser#multipartIdentifierList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  165. def visitMultipartIdentifierProperty(ctx: MultipartIdentifierPropertyContext): T

    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()
  166. def visitMultipartIdentifierPropertyList(ctx: MultipartIdentifierPropertyListContext): T

    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()
  167. def visitNamedExpression(ctx: NamedExpressionContext): T

    Visit a parse tree produced by SqlBaseParser#namedExpression.

    Visit a parse tree produced by SqlBaseParser#namedExpression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  168. def visitNamedExpressionSeq(ctx: NamedExpressionSeqContext): T

    Visit a parse tree produced by SqlBaseParser#namedExpressionSeq.

    Visit a parse tree produced by SqlBaseParser#namedExpressionSeq.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  169. def visitNamedQuery(ctx: NamedQueryContext): T

    Visit a parse tree produced by SqlBaseParser#namedQuery.

    Visit a parse tree produced by SqlBaseParser#namedQuery.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  170. def visitNamedWindow(ctx: NamedWindowContext): T

    Visit a parse tree produced by SqlBaseParser#namedWindow.

    Visit a parse tree produced by SqlBaseParser#namedWindow.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  171. def visitNamespace(ctx: NamespaceContext): T

    Visit a parse tree produced by SqlBaseParser#namespace.

    Visit a parse tree produced by SqlBaseParser#namespace.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  172. def visitNamespaces(ctx: NamespacesContext): T

    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()
  173. def visitNestedConstantList(ctx: NestedConstantListContext): T

    Visit a parse tree produced by SqlBaseParser#nestedConstantList.

    Visit a parse tree produced by SqlBaseParser#nestedConstantList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  174. def visitNonReserved(ctx: NonReservedContext): T

    Visit a parse tree produced by SqlBaseParser#nonReserved.

    Visit a parse tree produced by SqlBaseParser#nonReserved.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  175. def visitNotMatchedAction(ctx: NotMatchedActionContext): T

    Visit a parse tree produced by SqlBaseParser#notMatchedAction.

    Visit a parse tree produced by SqlBaseParser#notMatchedAction.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  176. def visitNotMatchedClause(ctx: NotMatchedClauseContext): T

    Visit a parse tree produced by SqlBaseParser#notMatchedClause.

    Visit a parse tree produced by SqlBaseParser#notMatchedClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  177. def visitNullLiteral(ctx: NullLiteralContext): T

    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()
  178. def visitNumericLiteral(ctx: NumericLiteralContext): T

    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()
  179. def visitOrderedIdentifier(ctx: OrderedIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#orderedIdentifier.

    Visit a parse tree produced by SqlBaseParser#orderedIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  180. def visitOrderedIdentifierList(ctx: OrderedIdentifierListContext): T

    Visit a parse tree produced by SqlBaseParser#orderedIdentifierList.

    Visit a parse tree produced by SqlBaseParser#orderedIdentifierList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  181. def visitOverlay(ctx: OverlayContext): T

    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()
  182. def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): T

    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()
  183. def visitPartitionColumn(ctx: PartitionColumnContext): T

    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()
  184. def visitPartitionFieldList(ctx: PartitionFieldListContext): T

    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()
  185. def visitPartitionSpec(ctx: PartitionSpecContext): T

    Visit a parse tree produced by SqlBaseParser#partitionSpec.

    Visit a parse tree produced by SqlBaseParser#partitionSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  186. def visitPartitionSpecLocation(ctx: PartitionSpecLocationContext): T

    Visit a parse tree produced by SqlBaseParser#partitionSpecLocation.

    Visit a parse tree produced by SqlBaseParser#partitionSpecLocation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  187. def visitPartitionTransform(ctx: PartitionTransformContext): T

    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()
  188. def visitPartitionVal(ctx: PartitionValContext): T

    Visit a parse tree produced by SqlBaseParser#partitionVal.

    Visit a parse tree produced by SqlBaseParser#partitionVal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  189. def visitPercentile(ctx: PercentileContext): T

    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()
  190. def visitPivotClause(ctx: PivotClauseContext): T

    Visit a parse tree produced by SqlBaseParser#pivotClause.

    Visit a parse tree produced by SqlBaseParser#pivotClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  191. def visitPivotColumn(ctx: PivotColumnContext): T

    Visit a parse tree produced by SqlBaseParser#pivotColumn.

    Visit a parse tree produced by SqlBaseParser#pivotColumn.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  192. def visitPivotValue(ctx: PivotValueContext): T

    Visit a parse tree produced by SqlBaseParser#pivotValue.

    Visit a parse tree produced by SqlBaseParser#pivotValue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  193. def visitPosition(ctx: PositionContext): T

    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()
  194. def visitPredicate(ctx: PredicateContext): T

    Visit a parse tree produced by SqlBaseParser#predicate.

    Visit a parse tree produced by SqlBaseParser#predicate.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  195. def visitPredicateOperator(ctx: PredicateOperatorContext): T

    Visit a parse tree produced by SqlBaseParser#predicateOperator.

    Visit a parse tree produced by SqlBaseParser#predicateOperator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  196. def visitPredicated(ctx: PredicatedContext): T

    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()
  197. def visitPrimitiveDataType(ctx: PrimitiveDataTypeContext): T

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

    Visit a parse tree produced by the primitiveDataType 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
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  198. def visitProperty(ctx: PropertyContext): T

    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()
  199. def visitPropertyKey(ctx: PropertyKeyContext): T

    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()
  200. def visitPropertyList(ctx: PropertyListContext): T

    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()
  201. def visitPropertyValue(ctx: PropertyValueContext): T

    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()
  202. def visitQualifiedColTypeWithPosition(ctx: QualifiedColTypeWithPositionContext): T

    Visit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

    Visit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPosition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  203. def visitQualifiedColTypeWithPositionList(ctx: QualifiedColTypeWithPositionListContext): T

    Visit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

    Visit a parse tree produced by SqlBaseParser#qualifiedColTypeWithPositionList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  204. def visitQualifiedName(ctx: QualifiedNameContext): T

    Visit a parse tree produced by SqlBaseParser#qualifiedName.

    Visit a parse tree produced by SqlBaseParser#qualifiedName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  205. def visitQualifiedNameList(ctx: QualifiedNameListContext): T

    Visit a parse tree produced by SqlBaseParser#qualifiedNameList.

    Visit a parse tree produced by SqlBaseParser#qualifiedNameList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  206. def visitQuery(ctx: QueryContext): T

    Visit a parse tree produced by SqlBaseParser#query.

    Visit a parse tree produced by SqlBaseParser#query.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  207. def visitQueryOrganization(ctx: QueryOrganizationContext): T

    Visit a parse tree produced by SqlBaseParser#queryOrganization.

    Visit a parse tree produced by SqlBaseParser#queryOrganization.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  208. def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): T

    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()
  209. def visitQueryTermDefault(ctx: QueryTermDefaultContext): T

    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()
  210. def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#quotedIdentifier.

    Visit a parse tree produced by SqlBaseParser#quotedIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  211. def visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T

    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()
  212. def visitRealIdent(ctx: RealIdentContext): T

    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()
  213. def visitRecoverPartitions(ctx: RecoverPartitionsContext): T

    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()
  214. def visitRefreshFunction(ctx: RefreshFunctionContext): T

    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()
  215. def visitRefreshResource(ctx: RefreshResourceContext): T

    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()
  216. def visitRefreshTable(ctx: RefreshTableContext): T

    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()
  217. def visitRegularQuerySpecification(ctx: RegularQuerySpecificationContext): T

    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()
  218. def visitRelation(ctx: RelationContext): T

    Visit a parse tree produced by SqlBaseParser#relation.

    Visit a parse tree produced by SqlBaseParser#relation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  219. def visitRenameTable(ctx: RenameTableContext): T

    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()
  220. def visitRenameTableColumn(ctx: RenameTableColumnContext): T

    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()
  221. def visitRenameTablePartition(ctx: RenameTablePartitionContext): T

    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()
  222. def visitRepairTable(ctx: RepairTableContext): T

    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()
  223. def visitReplaceTable(ctx: ReplaceTableContext): T

    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()
  224. def visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): T

    Visit a parse tree produced by SqlBaseParser#replaceTableHeader.

    Visit a parse tree produced by SqlBaseParser#replaceTableHeader.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  225. def visitResetConfiguration(ctx: ResetConfigurationContext): T

    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()
  226. def visitResetQuotedConfiguration(ctx: ResetQuotedConfigurationContext): T

    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()
  227. def visitResource(ctx: ResourceContext): T

    Visit a parse tree produced by SqlBaseParser#resource.

    Visit a parse tree produced by SqlBaseParser#resource.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  228. def visitRowConstructor(ctx: RowConstructorContext): T

    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()
  229. def visitRowFormatDelimited(ctx: RowFormatDelimitedContext): T

    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()
  230. def visitRowFormatSerde(ctx: RowFormatSerdeContext): T

    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()
  231. def visitSample(ctx: SampleContext): T

    Visit a parse tree produced by SqlBaseParser#sample.

    Visit a parse tree produced by SqlBaseParser#sample.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  232. def visitSampleByBucket(ctx: SampleByBucketContext): T

    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()
  233. def visitSampleByBytes(ctx: SampleByBytesContext): T

    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()
  234. def visitSampleByPercentile(ctx: SampleByPercentileContext): T

    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()
  235. def visitSampleByRows(ctx: SampleByRowsContext): T

    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()
  236. def visitSearchedCase(ctx: SearchedCaseContext): T

    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()
  237. def visitSelectClause(ctx: SelectClauseContext): T

    Visit a parse tree produced by SqlBaseParser#selectClause.

    Visit a parse tree produced by SqlBaseParser#selectClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  238. def visitSetCatalog(ctx: SetCatalogContext): T

    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()
  239. def visitSetClause(ctx: SetClauseContext): T

    Visit a parse tree produced by SqlBaseParser#setClause.

    Visit a parse tree produced by SqlBaseParser#setClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  240. def visitSetConfiguration(ctx: SetConfigurationContext): T

    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()
  241. def visitSetNamespaceLocation(ctx: SetNamespaceLocationContext): T

    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()
  242. def visitSetNamespaceProperties(ctx: SetNamespacePropertiesContext): T

    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()
  243. def visitSetOperation(ctx: SetOperationContext): T

    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()
  244. def visitSetQuantifier(ctx: SetQuantifierContext): T

    Visit a parse tree produced by SqlBaseParser#setQuantifier.

    Visit a parse tree produced by SqlBaseParser#setQuantifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  245. def visitSetQuotedConfiguration(ctx: SetQuotedConfigurationContext): T

    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()
  246. def visitSetTableLocation(ctx: SetTableLocationContext): T

    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()
  247. def visitSetTableProperties(ctx: SetTablePropertiesContext): T

    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()
  248. def visitSetTableSerDe(ctx: SetTableSerDeContext): T

    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()
  249. def visitSetTimeZone(ctx: SetTimeZoneContext): T

    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()
  250. def visitShowCatalogs(ctx: ShowCatalogsContext): T

    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()
  251. def visitShowColumns(ctx: ShowColumnsContext): T

    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()
  252. def visitShowCreateTable(ctx: ShowCreateTableContext): T

    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()
  253. def visitShowCurrentNamespace(ctx: ShowCurrentNamespaceContext): T

    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()
  254. def visitShowFunctions(ctx: ShowFunctionsContext): T

    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()
  255. def visitShowNamespaces(ctx: ShowNamespacesContext): T

    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()
  256. def visitShowPartitions(ctx: ShowPartitionsContext): T

    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()
  257. def visitShowTableExtended(ctx: ShowTableExtendedContext): T

    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()
  258. def visitShowTables(ctx: ShowTablesContext): T

    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()
  259. def visitShowTblProperties(ctx: ShowTblPropertiesContext): T

    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()
  260. def visitShowViews(ctx: ShowViewsContext): T

    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()
  261. def visitSimpleCase(ctx: SimpleCaseContext): T

    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()
  262. def visitSingleDataType(ctx: SingleDataTypeContext): T

    Visit a parse tree produced by SqlBaseParser#singleDataType.

    Visit a parse tree produced by SqlBaseParser#singleDataType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  263. def visitSingleExpression(ctx: SingleExpressionContext): T

    Visit a parse tree produced by SqlBaseParser#singleExpression.

    Visit a parse tree produced by SqlBaseParser#singleExpression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  264. def visitSingleFunctionIdentifier(ctx: SingleFunctionIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

    Visit a parse tree produced by SqlBaseParser#singleFunctionIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  265. def visitSingleInsertQuery(ctx: SingleInsertQueryContext): T

    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()
  266. def visitSingleMultipartIdentifier(ctx: SingleMultipartIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

    Visit a parse tree produced by SqlBaseParser#singleMultipartIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  267. def visitSingleStatement(ctx: SingleStatementContext): T

    Visit a parse tree produced by SqlBaseParser#singleStatement.

    Visit a parse tree produced by SqlBaseParser#singleStatement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  268. def visitSingleTableIdentifier(ctx: SingleTableIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#singleTableIdentifier.

    Visit a parse tree produced by SqlBaseParser#singleTableIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  269. def visitSingleTableSchema(ctx: SingleTableSchemaContext): T

    Visit a parse tree produced by SqlBaseParser#singleTableSchema.

    Visit a parse tree produced by SqlBaseParser#singleTableSchema.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  270. def visitSkewSpec(ctx: SkewSpecContext): T

    Visit a parse tree produced by SqlBaseParser#skewSpec.

    Visit a parse tree produced by SqlBaseParser#skewSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  271. def visitSmallIntLiteral(ctx: SmallIntLiteralContext): T

    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()
  272. def visitSortItem(ctx: SortItemContext): T

    Visit a parse tree produced by SqlBaseParser#sortItem.

    Visit a parse tree produced by SqlBaseParser#sortItem.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  273. def visitStar(ctx: StarContext): T

    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()
  274. def visitStatementDefault(ctx: StatementDefaultContext): T

    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()
  275. def visitStorageHandler(ctx: StorageHandlerContext): T

    Visit a parse tree produced by SqlBaseParser#storageHandler.

    Visit a parse tree produced by SqlBaseParser#storageHandler.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  276. def visitStrictNonReserved(ctx: StrictNonReservedContext): T

    Visit a parse tree produced by SqlBaseParser#strictNonReserved.

    Visit a parse tree produced by SqlBaseParser#strictNonReserved.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  277. def visitStringLiteral(ctx: StringLiteralContext): T

    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()
  278. def visitStruct(ctx: StructContext): T

    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()
  279. def visitSubquery(ctx: SubqueryContext): T

    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()
  280. def visitSubqueryExpression(ctx: SubqueryExpressionContext): T

    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()
  281. def visitSubscript(ctx: SubscriptContext): T

    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()
  282. def visitSubstring(ctx: SubstringContext): T

    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()
  283. def visitTable(ctx: TableContext): T

    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()
  284. def visitTableAlias(ctx: TableAliasContext): T

    Visit a parse tree produced by SqlBaseParser#tableAlias.

    Visit a parse tree produced by SqlBaseParser#tableAlias.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  285. def visitTableFileFormat(ctx: TableFileFormatContext): T

    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()
  286. def visitTableIdentifier(ctx: TableIdentifierContext): T

    Visit a parse tree produced by SqlBaseParser#tableIdentifier.

    Visit a parse tree produced by SqlBaseParser#tableIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  287. def visitTableName(ctx: TableNameContext): T

    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()
  288. def visitTableProvider(ctx: TableProviderContext): T

    Visit a parse tree produced by SqlBaseParser#tableProvider.

    Visit a parse tree produced by SqlBaseParser#tableProvider.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  289. def visitTableValuedFunction(ctx: TableValuedFunctionContext): T

    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()
  290. def visitTemporalClause(ctx: TemporalClauseContext): T

    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()
  291. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  292. def visitTimestampadd(ctx: TimestampaddContext): T

    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()
  293. def visitTimestampdiff(ctx: TimestampdiffContext): T

    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()
  294. def visitTinyIntLiteral(ctx: TinyIntLiteralContext): T

    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()
  295. def visitTransformArgument(ctx: TransformArgumentContext): T

    Visit a parse tree produced by SqlBaseParser#transformArgument.

    Visit a parse tree produced by SqlBaseParser#transformArgument.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  296. def visitTransformClause(ctx: TransformClauseContext): T

    Visit a parse tree produced by SqlBaseParser#transformClause.

    Visit a parse tree produced by SqlBaseParser#transformClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  297. def visitTransformQuerySpecification(ctx: TransformQuerySpecificationContext): T

    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()
  298. def visitTrim(ctx: TrimContext): T

    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()
  299. def visitTruncateTable(ctx: TruncateTableContext): T

    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()
  300. def visitTypeConstructor(ctx: TypeConstructorContext): T

    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()
  301. def visitUncacheTable(ctx: UncacheTableContext): T

    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()
  302. def visitUnitToUnitInterval(ctx: UnitToUnitIntervalContext): T

    Visit a parse tree produced by SqlBaseParser#unitToUnitInterval.

    Visit a parse tree produced by SqlBaseParser#unitToUnitInterval.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  303. def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T

    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()
  304. def visitUnsetTableProperties(ctx: UnsetTablePropertiesContext): T

    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()
  305. def visitUnsupportedHiveNativeCommands(ctx: UnsupportedHiveNativeCommandsContext): T

    Visit a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

    Visit a parse tree produced by SqlBaseParser#unsupportedHiveNativeCommands.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  306. def visitUpdateTable(ctx: UpdateTableContext): T

    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()
  307. def visitUse(ctx: UseContext): T

    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()
  308. def visitUseNamespace(ctx: UseNamespaceContext): T

    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()
  309. def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): T

    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()
  310. def visitWhenClause(ctx: WhenClauseContext): T

    Visit a parse tree produced by SqlBaseParser#whenClause.

    Visit a parse tree produced by SqlBaseParser#whenClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  311. def visitWhereClause(ctx: WhereClauseContext): T

    Visit a parse tree produced by SqlBaseParser#whereClause.

    Visit a parse tree produced by SqlBaseParser#whereClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  312. def visitWindowClause(ctx: WindowClauseContext): T

    Visit a parse tree produced by SqlBaseParser#windowClause.

    Visit a parse tree produced by SqlBaseParser#windowClause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  313. def visitWindowDef(ctx: WindowDefContext): T

    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()
  314. def visitWindowFrame(ctx: WindowFrameContext): T

    Visit a parse tree produced by SqlBaseParser#windowFrame.

    Visit a parse tree produced by SqlBaseParser#windowFrame.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  315. def visitWindowRef(ctx: WindowRefContext): T

    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()
  316. def visitYearMonthIntervalDataType(ctx: YearMonthIntervalDataTypeContext): T

    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
    SqlBaseParserBaseVisitorSqlBaseParserVisitor
    Annotations
    @Override()
  317. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  318. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  319. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SqlBaseParserVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped