trait KyuubiSparkSQLListener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
KyuubiSparkSQLParser.
- Alphabetic
- By Inheritance
- KyuubiSparkSQLListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
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
-
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
-
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
-
abstract
def
enterOptimizeZorder(ctx: OptimizeZorderContext): Unit
Enter a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.Enter a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.- ctx
the parse tree
-
abstract
def
enterPassThrough(ctx: PassThroughContext): Unit
Enter a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.Enter a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.- ctx
the parse tree
-
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
-
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
-
abstract
def
enterQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Enter a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.- ctx
the parse tree
-
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
-
abstract
def
enterUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Enter a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.- ctx
the parse tree
-
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
-
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
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
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
-
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
-
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
-
abstract
def
exitOptimizeZorder(ctx: OptimizeZorderContext): Unit
Exit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.Exit a parse tree produced by the
optimizeZorderlabeled alternative inKyuubiSparkSQLParser#statement.- ctx
the parse tree
-
abstract
def
exitPassThrough(ctx: PassThroughContext): Unit
Exit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.Exit a parse tree produced by the
passThroughlabeled alternative inKyuubiSparkSQLParser#statement.- ctx
the parse tree
-
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
-
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
-
abstract
def
exitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): Unit
Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Exit a parse tree produced by the
quotedIdentifierAlternativelabeled alternative inKyuubiSparkSQLParser#strictIdentifier.- ctx
the parse tree
-
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
-
abstract
def
exitUnquotedIdentifier(ctx: UnquotedIdentifierContext): Unit
Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.Exit a parse tree produced by the
unquotedIdentifierlabeled alternative inKyuubiSparkSQLParser#strictIdentifier.- ctx
the parse tree
-
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
-
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
-
abstract
def
visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()