t

org.apache.kyuubi.sql

KyuubiSparkSQLListener

trait KyuubiSparkSQLListener extends ParseTreeListener

This interface defines a complete listener for a parse tree produced by KyuubiSparkSQLParser.

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

Abstract Value Members

  1. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  2. abstract def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#identifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#identifier.

    ctx

    the parse tree

  3. abstract def enterMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    ctx

    the parse tree

  4. abstract def enterNonReserved(ctx: NonReservedContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    Enter a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    ctx

    the parse tree

  5. abstract 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.

    ctx

    the parse tree

  6. abstract 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.

    ctx

    the parse tree

  7. abstract def enterPredicateToken(ctx: PredicateTokenContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    Enter a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    ctx

    the parse tree

  8. abstract def enterQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    Enter a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    ctx

    the parse tree

  9. abstract 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.

    ctx

    the parse tree

  10. abstract def enterSingleStatement(ctx: SingleStatementContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    Enter a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    ctx

    the parse tree

  11. abstract 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.

    ctx

    the parse tree

  12. abstract def enterWhereClause(ctx: WhereClauseContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#whereClause.

    Enter a parse tree produced by KyuubiSparkSQLParser#whereClause.

    ctx

    the parse tree

  13. abstract def enterZorderClause(ctx: ZorderClauseContext): Unit

    Enter a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    Enter a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    ctx

    the parse tree

  14. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  15. abstract def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#identifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#identifier.

    ctx

    the parse tree

  16. abstract def exitMultipartIdentifier(ctx: MultipartIdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#multipartIdentifier.

    ctx

    the parse tree

  17. abstract def exitNonReserved(ctx: NonReservedContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    Exit a parse tree produced by KyuubiSparkSQLParser#nonReserved.

    ctx

    the parse tree

  18. abstract 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.

    ctx

    the parse tree

  19. abstract 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.

    ctx

    the parse tree

  20. abstract def exitPredicateToken(ctx: PredicateTokenContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    Exit a parse tree produced by KyuubiSparkSQLParser#predicateToken.

    ctx

    the parse tree

  21. abstract def exitQuotedIdentifier(ctx: QuotedIdentifierContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    Exit a parse tree produced by KyuubiSparkSQLParser#quotedIdentifier.

    ctx

    the parse tree

  22. abstract 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.

    ctx

    the parse tree

  23. abstract def exitSingleStatement(ctx: SingleStatementContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    Exit a parse tree produced by KyuubiSparkSQLParser#singleStatement.

    ctx

    the parse tree

  24. abstract 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.

    ctx

    the parse tree

  25. abstract def exitWhereClause(ctx: WhereClauseContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#whereClause.

    Exit a parse tree produced by KyuubiSparkSQLParser#whereClause.

    ctx

    the parse tree

  26. abstract def exitZorderClause(ctx: ZorderClauseContext): Unit

    Exit a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    Exit a parse tree produced by KyuubiSparkSQLParser#zorderClause.

    ctx

    the parse tree

  27. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  28. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped