class KyuubiSparkSQLBaseVisitor[T] extends AbstractParseTreeVisitor[T] with KyuubiSparkSQLVisitor[T]
This class provides an empty implementation of KyuubiSparkSQLVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- KyuubiSparkSQLBaseVisitor
- KyuubiSparkSQLVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new KyuubiSparkSQLBaseVisitor()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitIdentifier(ctx: IdentifierContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#identifier.Visit a parse tree produced by
KyuubiSparkSQLParser#identifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitMultipartIdentifier(ctx: MultipartIdentifierContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.Visit a parse tree produced by
KyuubiSparkSQLParser#multipartIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitNonReserved(ctx: NonReservedContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#nonReserved.Visit a parse tree produced by
KyuubiSparkSQLParser#nonReserved.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitOptimizeZorder(ctx: OptimizeZorderContext): T
Visit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.Visit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitPassThrough(ctx: PassThroughContext): T
Visit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.Visit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitPredicateToken(ctx: PredicateTokenContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#predicateToken.Visit a parse tree produced by
KyuubiSparkSQLParser#predicateToken.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitQuotedIdentifier(ctx: QuotedIdentifierContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.Visit a parse tree produced by
KyuubiSparkSQLParser#quotedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T
Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Visit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitSingleStatement(ctx: SingleStatementContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#singleStatement.Visit a parse tree produced by
KyuubiSparkSQLParser#singleStatement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T
Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Visit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitWhereClause(ctx: WhereClauseContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#whereClause.Visit a parse tree produced by
KyuubiSparkSQLParser#whereClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
def
visitZorderClause(ctx: ZorderClauseContext): T
Visit a parse tree produced by
KyuubiSparkSQLParser#zorderClause.Visit a parse tree produced by
KyuubiSparkSQLParser#zorderClause.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- KyuubiSparkSQLBaseVisitor → KyuubiSparkSQLVisitor
- Annotations
- @Override()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()