class SQLInterpreter extends SqlBaseBaseVisitor[Any] with LogSupport
ANTLR parse tree -> SQL LogicalPlan
- Alphabetic
- By Inheritance
- SQLInterpreter
- LogSupport
- LazyLogger
- LoggingMethods
- Serializable
- SqlBaseBaseVisitor
- SqlBaseVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SQLInterpreter(withNodeLocation: Boolean = true)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregateResult(arg0: Any, arg1: Any): Any
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- macro def debug(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def debug(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def defaultResult(): Any
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- macro def error(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def error(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- macro def info(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def info(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def interpret(ctx: ParserRuleContext): LogicalPlan
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def logAt(logLevel: LogLevel, message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- lazy val logger: Logger
- Attributes
- protected[this]
- Definition Classes
- LazyLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def shouldVisitNextChild(arg0: RuleNode, arg1: Any): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- macro def trace(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def trace(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def visit(arg0: ParseTree): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAddColumn(ctx: AddColumnContext): LogicalPlan
Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
addColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitAliasedRelation(ctx: AliasedRelationContext): Relation
Visit a parse tree produced by
SqlBaseParser#aliasedRelation.Visit a parse tree produced by
SqlBaseParser#aliasedRelation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitArithmeticBinary(ctx: ArithmeticBinaryContext): Expression
Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticBinarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitArithmeticUnary(ctx: ArithmeticUnaryContext): Any
Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
arithmeticUnarylabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitArrayConstructor(ctx: ArrayConstructorContext): Expression
Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
arrayConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitAtTimeZone(ctx: AtTimeZoneContext): Any
Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
atTimeZonelabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBackQuotedIdentifier(ctx: BackQuotedIdentifierContext): Identifier
Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
backQuotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitBaseType(ctx: BaseTypeContext): Any
Visit a parse tree produced by
SqlBaseParser#baseType.Visit a parse tree produced by
SqlBaseParser#baseType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBasicStringLiteral(ctx: BasicStringLiteralContext): StringLiteral
Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
basicStringLiterallabeled alternative inSqlBaseParser#str.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitBetween(ctx: BetweenContext): Any
Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
betweenlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBinaryLiteral(ctx: BinaryLiteralContext): Expression
Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
binaryLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitBooleanDeafault(ctx: BooleanDeafaultContext): Any
Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
booleanDeafaultlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBooleanLiteral(ctx: BooleanLiteralContext): Literal
Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
booleanLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitBooleanValue(ctx: BooleanValueContext): Any
Visit a parse tree produced by
SqlBaseParser#booleanValue.Visit a parse tree produced by
SqlBaseParser#booleanValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitBoundedFrame(ctx: BoundedFrameContext): Expression
Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
boundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitCall(ctx: CallContext): Any
Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
calllabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCast(ctx: CastContext): Expression
Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
castlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitChildren(arg0: RuleNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitColumnAliases(ctx: ColumnAliasesContext): Any
Visit a parse tree produced by
SqlBaseParser#columnAliases.Visit a parse tree produced by
SqlBaseParser#columnAliases.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitColumnDefinition(ctx: ColumnDefinitionContext): ColumnDef
Visit a parse tree produced by
SqlBaseParser#columnDefinition.Visit a parse tree produced by
SqlBaseParser#columnDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitColumnReference(ctx: ColumnReferenceContext): Any
Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
columnReferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCommit(ctx: CommitContext): Any
Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
commitlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitComparison(ctx: ComparisonContext): Expression
Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
comparisonlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitComparisonOperator(ctx: ComparisonOperatorContext): Any
Visit a parse tree produced by
SqlBaseParser#comparisonOperator.Visit a parse tree produced by
SqlBaseParser#comparisonOperator.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitComparisonQuantifier(ctx: ComparisonQuantifierContext): Any
Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.Visit a parse tree produced by
SqlBaseParser#comparisonQuantifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitConcatenation(ctx: ConcatenationContext): Any
Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
concatenationlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCreateSchema(ctx: CreateSchemaContext): LogicalPlan
Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitCreateTable(ctx: CreateTableContext): LogicalPlan
Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitCreateTableAsSelect(ctx: CreateTableAsSelectContext): LogicalPlan
Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createTableAsSelectlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitCreateView(ctx: CreateViewContext): LogicalPlan
Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
createViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitCurrentRowBound(ctx: CurrentRowBoundContext): Any
Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
currentRowBoundlabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitCurrentUser(ctx: CurrentUserContext): Any
Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
currentUserlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDeallocate(ctx: DeallocateContext): Any
Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deallocatelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDecimalLiteral(ctx: DecimalLiteralContext): Literal
Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
decimalLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDelete(ctx: DeleteContext): LogicalPlan
Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
deletelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDereference(ctx: DereferenceContext): Attribute
Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
dereferencelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDescribeInput(ctx: DescribeInputContext): Any
Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeInputlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDescribeOutput(ctx: DescribeOutputContext): Any
Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
describeOutputlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDigitIdentifier(ctx: DigitIdentifierContext): Identifier
Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
digitIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDistinctFrom(ctx: DistinctFromContext): Any
Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
distinctFromlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitDoubleLiteral(ctx: DoubleLiteralContext): Literal
Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
doubleLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDropColumn(ctx: DropColumnContext): LogicalPlan
Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDropSchema(ctx: DropSchemaContext): LogicalPlan
Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDropTable(ctx: DropTableContext): LogicalPlan
Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitDropView(ctx: DropViewContext): LogicalPlan
Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
dropViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitErrorNode(arg0: ErrorNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExecute(ctx: ExecuteContext): Any
Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
executelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExists(ctx: ExistsContext): Expression
Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
existslabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitExplain(ctx: ExplainContext): Any
Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
explainlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExplainFormat(ctx: ExplainFormatContext): Any
Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainFormatlabeled alternative inSqlBaseParser#explainOption.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExplainType(ctx: ExplainTypeContext): Any
Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.Visit a parse tree produced by the
explainTypelabeled alternative inSqlBaseParser#explainOption.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitExpression(ctx: ExpressionContext): Expression
Visit a parse tree produced by
SqlBaseParser#expression.Visit a parse tree produced by
SqlBaseParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitExtract(ctx: ExtractContext): Any
Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
extractlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitFilter(ctx: FilterContext): Any
Visit a parse tree produced by
SqlBaseParser#filter.Visit a parse tree produced by
SqlBaseParser#filter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitFunctionCall(ctx: FunctionCallContext): FunctionCall
Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
functionCalllabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitGrant(ctx: GrantContext): Any
Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
grantlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupBy(ctx: GroupByContext): Any
Visit a parse tree produced by
SqlBaseParser#groupBy.Visit a parse tree produced by
SqlBaseParser#groupBy.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupingOperation(ctx: GroupingOperationContext): Any
Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
groupingOperationlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitGroupingSet(ctx: GroupingSetContext): Any
Visit a parse tree produced by
SqlBaseParser#groupingSet.Visit a parse tree produced by
SqlBaseParser#groupingSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInList(ctx: InListContext): Any
Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inListlabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInSubquery(ctx: InSubqueryContext): Any
Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
inSubquerylabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitInlineTable(ctx: InlineTableContext): LogicalPlan
Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
inlineTablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitInsertInto(ctx: InsertIntoContext): LogicalPlan
Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
insertIntolabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitIntegerLiteral(ctx: IntegerLiteralContext): Literal
Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.Visit a parse tree produced by the
integerLiterallabeled alternative inSqlBaseParser#number.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitInterval(ctx: IntervalContext): IntervalLiteral
Visit a parse tree produced by
SqlBaseParser#interval.Visit a parse tree produced by
SqlBaseParser#interval.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitIntervalField(ctx: IntervalFieldContext): IntervalField
Visit a parse tree produced by
SqlBaseParser#intervalField.Visit a parse tree produced by
SqlBaseParser#intervalField.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitIntervalLiteral(ctx: IntervalLiteralContext): Any
Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
intervalLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitIsolationLevel(ctx: IsolationLevelContext): Any
Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
isolationLevellabeled alternative inSqlBaseParser#transactionMode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitJoinCriteria(ctx: JoinCriteriaContext): Any
Visit a parse tree produced by
SqlBaseParser#joinCriteria.Visit a parse tree produced by
SqlBaseParser#joinCriteria.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitJoinRelation(ctx: JoinRelationContext): LogicalPlan
Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
joinRelationlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitJoinType(ctx: JoinTypeContext): Any
Visit a parse tree produced by
SqlBaseParser#joinType.Visit a parse tree produced by
SqlBaseParser#joinType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLambda(ctx: LambdaContext): Any
Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
lambdalabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLateral(ctx: LateralContext): Any
Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
laterallabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLateralView(ctx: LateralViewContext): Relation
Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
lateralViewlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitLike(ctx: LikeContext): Any
Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
likelabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLikeClause(ctx: LikeClauseContext): Any
Visit a parse tree produced by
SqlBaseParser#likeClause.Visit a parse tree produced by
SqlBaseParser#likeClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitLogicalBinary(ctx: LogicalBinaryContext): Expression
Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalBinarylabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitLogicalNot(ctx: LogicalNotContext): Expression
Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.Visit a parse tree produced by the
logicalNotlabeled alternative inSqlBaseParser#booleanExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitNamedArgument(ctx: NamedArgumentContext): Any
Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
namedArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNamedQuery(ctx: NamedQueryContext): WithQuery
Visit a parse tree produced by
SqlBaseParser#namedQuery.Visit a parse tree produced by
SqlBaseParser#namedQuery.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitNonReserved(ctx: NonReservedContext): Any
Visit a parse tree produced by
SqlBaseParser#nonReserved.Visit a parse tree produced by
SqlBaseParser#nonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNormalForm(ctx: NormalFormContext): Any
Visit a parse tree produced by
SqlBaseParser#normalForm.Visit a parse tree produced by
SqlBaseParser#normalForm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNormalize(ctx: NormalizeContext): Any
Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
normalizelabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNullLiteral(ctx: NullLiteralContext): Literal
Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
nullLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitNullPredicate(ctx: NullPredicateContext): Any
Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.Visit a parse tree produced by the
nullPredicatelabeled alternative inSqlBaseParser#predicate.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitNumericLiteral(ctx: NumericLiteralContext): Literal
Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
numericLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitOver(ctx: OverContext): Window
Visit a parse tree produced by
SqlBaseParser#over.Visit a parse tree produced by
SqlBaseParser#over.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitParameter(ctx: ParameterContext): Expression
Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parameterlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitParenthesizedExpression(ctx: ParenthesizedExpressionContext): Expression
Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
parenthesizedExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitParenthesizedRelation(ctx: ParenthesizedRelationContext): Any
Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
parenthesizedRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPosition(ctx: PositionContext): Any
Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
positionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPositionalArgument(ctx: PositionalArgumentContext): Any
Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.Visit a parse tree produced by the
positionalArgumentlabeled alternative inSqlBaseParser#callArgument.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPredicated(ctx: PredicatedContext): Expression
Visit a parse tree produced by
SqlBaseParser#predicated.Visit a parse tree produced by
SqlBaseParser#predicated.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitPrepare(ctx: PrepareContext): Any
Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
preparelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitPrivilege(ctx: PrivilegeContext): Any
Visit a parse tree produced by
SqlBaseParser#privilege.Visit a parse tree produced by
SqlBaseParser#privilege.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitProperties(ctx: PropertiesContext): Any
Visit a parse tree produced by
SqlBaseParser#properties.Visit a parse tree produced by
SqlBaseParser#properties.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitProperty(ctx: PropertyContext): Any
Visit a parse tree produced by
SqlBaseParser#property.Visit a parse tree produced by
SqlBaseParser#property.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitQualifiedName(ctx: QualifiedNameContext): QName
Visit a parse tree produced by
SqlBaseParser#qualifiedName.Visit a parse tree produced by
SqlBaseParser#qualifiedName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQuery(ctx: QueryContext): Relation
Visit a parse tree produced by
SqlBaseParser#query.Visit a parse tree produced by
SqlBaseParser#query.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQueryNoWith(ctx: QueryNoWithContext): LogicalPlan
Visit a parse tree produced by
SqlBaseParser#queryNoWith.Visit a parse tree produced by
SqlBaseParser#queryNoWith.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQueryPrimaryDefault(ctx: QueryPrimaryDefaultContext): LogicalPlan
Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
queryPrimaryDefaultlabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQuerySpecification(ctx: QuerySpecificationContext): LogicalPlan
Visit a parse tree produced by
SqlBaseParser#querySpecification.Visit a parse tree produced by
SqlBaseParser#querySpecification.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQueryTermDefault(ctx: QueryTermDefaultContext): LogicalPlan
Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
queryTermDefaultlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitQuotedIdentifier(ctx: QuotedIdentifierContext): Identifier
Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
quotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitReadCommitted(ctx: ReadCommittedContext): Any
Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readCommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitReadUncommitted(ctx: ReadUncommittedContext): Any
Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
readUncommittedlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRelationDefault(ctx: RelationDefaultContext): Relation
Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.Visit a parse tree produced by the
relationDefaultlabeled alternative inSqlBaseParser#relation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitRenameColumn(ctx: RenameColumnContext): LogicalPlan
Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameColumnlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitRenameSchema(ctx: RenameSchemaContext): LogicalPlan
Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameSchemalabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitRenameTable(ctx: RenameTableContext): LogicalPlan
Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
renameTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitRepeatableRead(ctx: RepeatableReadContext): Any
Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
repeatableReadlabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitResetSession(ctx: ResetSessionContext): Any
Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
resetSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRevoke(ctx: RevokeContext): Any
Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
revokelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRollback(ctx: RollbackContext): Any
Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
rollbacklabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitRowConstructor(ctx: RowConstructorContext): RowConstructor
Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
rowConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSearchedCase(ctx: SearchedCaseContext): Expression
Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
searchedCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSelectAll(ctx: SelectAllContext): Attribute
Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectAlllabeled alternative inSqlBaseParser#selectItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSelectSingle(ctx: SelectSingleContext): Attribute
Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.Visit a parse tree produced by the
selectSinglelabeled alternative inSqlBaseParser#selectItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSerializable(ctx: SerializableContext): Any
Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.Visit a parse tree produced by the
serializablelabeled alternative inSqlBaseParser#levelOfIsolation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSetOperation(ctx: SetOperationContext): LogicalPlan
Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.Visit a parse tree produced by the
setOperationlabeled alternative inSqlBaseParser#queryTerm.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSetQuantifier(ctx: SetQuantifierContext): SetQuantifier
Visit a parse tree produced by
SqlBaseParser#setQuantifier.Visit a parse tree produced by
SqlBaseParser#setQuantifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSetSession(ctx: SetSessionContext): Any
Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
setSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCatalogs(ctx: ShowCatalogsContext): Any
Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCatalogslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowColumns(ctx: ShowColumnsContext): Any
Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showColumnslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCreateTable(ctx: ShowCreateTableContext): Any
Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateTablelabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowCreateView(ctx: ShowCreateViewContext): Any
Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showCreateViewlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowFunctions(ctx: ShowFunctionsContext): Any
Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showFunctionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowGrants(ctx: ShowGrantsContext): Any
Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showGrantslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowPartitions(ctx: ShowPartitionsContext): Any
Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showPartitionslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowSchemas(ctx: ShowSchemasContext): Any
Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSchemaslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowSession(ctx: ShowSessionContext): Any
Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showSessionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowStats(ctx: ShowStatsContext): Any
Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowStatsForQuery(ctx: ShowStatsForQueryContext): Any
Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showStatsForQuerylabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitShowTables(ctx: ShowTablesContext): Any
Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
showTableslabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSimpleCase(ctx: SimpleCaseContext): Expression
Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
simpleCaselabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSingleExpression(ctx: SingleExpressionContext): Any
Visit a parse tree produced by
SqlBaseParser#singleExpression.Visit a parse tree produced by
SqlBaseParser#singleExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSingleStatement(ctx: SingleStatementContext): LogicalPlan
Visit a parse tree produced by
SqlBaseParser#singleStatement.Visit a parse tree produced by
SqlBaseParser#singleStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSortItem(ctx: SortItemContext): SortItem
Visit a parse tree produced by
SqlBaseParser#sortItem.Visit a parse tree produced by
SqlBaseParser#sortItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSpecialDateTimeFunction(ctx: SpecialDateTimeFunctionContext): Any
Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
specialDateTimeFunctionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitStartTransaction(ctx: StartTransactionContext): Any
Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
startTransactionlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitStatementDefault(ctx: StatementDefaultContext): LogicalPlan
Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
statementDefaultlabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitStringLiteral(ctx: StringLiteralContext): Literal
Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
stringLiterallabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSubquery(ctx: SubqueryContext): LogicalPlan
Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
subquerylabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSubqueryExpression(ctx: SubqueryExpressionContext): Expression
Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subqueryExpressionlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitSubqueryRelation(ctx: SubqueryRelationContext): Any
Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
subqueryRelationlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubscript(ctx: SubscriptContext): Any
Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
subscriptlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitSubstring(ctx: SubstringContext): Any
Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
substringlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTable(ctx: TableContext): Any
Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.Visit a parse tree produced by the
tablelabeled alternative inSqlBaseParser#queryPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTableElement(ctx: TableElementContext): TableElement
Visit a parse tree produced by
SqlBaseParser#tableElement.Visit a parse tree produced by
SqlBaseParser#tableElement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitTableName(ctx: TableNameContext): TableRef
Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
tableNamelabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitTerminal(arg0: TerminalNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitTimeZoneInterval(ctx: TimeZoneIntervalContext): Any
Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneIntervallabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTimeZoneString(ctx: TimeZoneStringContext): Any
Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.Visit a parse tree produced by the
timeZoneStringlabeled alternative inSqlBaseParser#timeZoneSpecifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitTransactionAccessMode(ctx: TransactionAccessModeContext): Any
Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.Visit a parse tree produced by the
transactionAccessModelabeled alternative inSqlBaseParser#transactionMode.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitType(ctx: TypeContext): ColumnType
Visit a parse tree produced by
SqlBaseParser#type.Visit a parse tree produced by
SqlBaseParser#type.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitTypeConstructor(ctx: TypeConstructorContext): Expression
Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.Visit a parse tree produced by the
typeConstructorlabeled alternative inSqlBaseParser#primaryExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitTypeParameter(ctx: TypeParameterContext): Any
Visit a parse tree produced by
SqlBaseParser#typeParameter.Visit a parse tree produced by
SqlBaseParser#typeParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnboundedFrame(ctx: UnboundedFrameContext): Any
Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.Visit a parse tree produced by the
unboundedFramelabeled alternative inSqlBaseParser#frameBound.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnicodeStringLiteral(ctx: UnicodeStringLiteralContext): StringLiteral
Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.Visit a parse tree produced by the
unicodeStringLiterallabeled alternative inSqlBaseParser#str.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitUnnest(ctx: UnnestContext): Any
Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.Visit a parse tree produced by the
unnestlabeled alternative inSqlBaseParser#relationPrimary.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Identifier
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inSqlBaseParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitUse(ctx: UseContext): Any
Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.Visit a parse tree produced by the
uselabeled alternative inSqlBaseParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SqlBaseBaseVisitor → SqlBaseVisitor
- Annotations
- @Override()
- def visitValueExpressionDefault(ctx: ValueExpressionDefaultContext): Expression
Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.Visit a parse tree produced by the
valueExpressionDefaultlabeled alternative inSqlBaseParser#valueExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitWhenClause(ctx: WhenClauseContext): WhenClause
Visit a parse tree produced by
SqlBaseParser#whenClause.Visit a parse tree produced by
SqlBaseParser#whenClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitWindowFrame(ctx: WindowFrameContext): WindowFrame
Visit a parse tree produced by
SqlBaseParser#windowFrame.Visit a parse tree produced by
SqlBaseParser#windowFrame.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- def visitWith(ctx: WithContext): With
Visit a parse tree produced by
SqlBaseParser#with.Visit a parse tree produced by
SqlBaseParser#with.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- SQLInterpreter → SqlBaseBaseVisitor → SqlBaseVisitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- macro def warn(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def warn(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated