c

org.apache.kyuubi.sql

KyuubiSparkSQLBaseListener

class KyuubiSparkSQLBaseListener extends KyuubiSparkSQLListener

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

Linear Supertypes
KyuubiSparkSQLListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KyuubiSparkSQLBaseListener
  2. KyuubiSparkSQLListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KyuubiSparkSQLBaseListener()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    KyuubiSparkSQLBaseListener → ParseTreeListener
    Annotations
    @Override()
  7. def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#identifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  8. def enterMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  9. def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    Enter a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  10. def enterOptimizeZorder(ctx: OptimizeZorderContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  11. def enterPassThrough(ctx: PassThroughContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  12. def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    Enter a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  13. def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  14. def enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  15. def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    Enter a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  16. def enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  17. def enterWhereClause(ctx: WhereClauseContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#whereClause.

    Enter a parse tree produced by KyuubiSparkSQLParser#whereClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  18. def enterZorderClause(ctx: ZorderClauseContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    Enter a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    KyuubiSparkSQLBaseListener → ParseTreeListener
    Annotations
    @Override()
  22. def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#identifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  23. def exitMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  24. def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    Exit a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  25. def exitOptimizeZorder(ctx: OptimizeZorderContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  26. def exitPassThrough(ctx: PassThroughContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  27. def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    Exit a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  28. def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  29. def exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  30. def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    Exit a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  31. def exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit

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

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

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  32. def exitWhereClause(ctx: WhereClauseContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#whereClause.

    Exit a parse tree produced by KyuubiSparkSQLParser#whereClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  33. def exitZorderClause(ctx: ZorderClauseContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    Exit a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    KyuubiSparkSQLBaseListenerKyuubiSparkSQLListener
    Annotations
    @Override()
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    KyuubiSparkSQLBaseListener → ParseTreeListener
    Annotations
    @Override()
  44. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    KyuubiSparkSQLBaseListener → ParseTreeListener
    Annotations
    @Override()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from KyuubiSparkSQLListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped