c

org.apache.kyuubi.sql

KyuubiSparkSQLBaseVisitor

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.

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

Instance Constructors

  1. new KyuubiSparkSQLBaseVisitor()

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 visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  22. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  23. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    KyuubiSparkSQLBaseVisitorKyuubiSparkSQLVisitor
    Annotations
    @Override()
  26. def visitOptimizeZorder(ctx: OptimizeZorderContext): T

    Visit a parse tree produced by the optimizeZorder labeled alternative in KyuubiSparkSQLParser#statement.

    Visit a parse tree produced by the optimizeZorder labeled alternative in KyuubiSparkSQLParser#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    KyuubiSparkSQLBaseVisitorKyuubiSparkSQLVisitor
    Annotations
    @Override()
  27. def visitPassThrough(ctx: PassThroughContext): T

    Visit a parse tree produced by the passThrough labeled alternative in KyuubiSparkSQLParser#statement.

    Visit a parse tree produced by the passThrough labeled alternative in KyuubiSparkSQLParser#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    KyuubiSparkSQLBaseVisitorKyuubiSparkSQLVisitor
    Annotations
    @Override()
  30. def visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T

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

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

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    KyuubiSparkSQLBaseVisitorKyuubiSparkSQLVisitor
    Annotations
    @Override()
  32. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  33. def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T

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

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

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    KyuubiSparkSQLBaseVisitorKyuubiSparkSQLVisitor
    Annotations
    @Override()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from KyuubiSparkSQLVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped