org.apache.spark.sql.catalyst.parser
SqlScriptingLabelContext
Companion object SqlScriptingLabelContext
class SqlScriptingLabelContext extends AnyRef
- Alphabetic
- By Inheritance
- SqlScriptingLabelContext
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SqlScriptingLabelContext()
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def enterForScope(identifierCtx: Option[MultipartIdentifierContext]): Unit
Enter a for loop scope.
Enter a for loop scope. If the for loop variable is defined, it will be asserted to not be inside seenLabels; Then, if the for loop variable is defined, it will be added to seenLabels.
- def enterLabeledScope(beginLabelCtx: Option[BeginLabelContext], endLabelCtx: Option[EndLabelContext]): String
Enter a labeled scope and return the label text.
Enter a labeled scope and return the label text. If the label is defined, it will be returned and added to seenLabels. If the label is not defined, a random UUID will be returned.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exitForScope(identifierCtx: Option[MultipartIdentifierContext]): Unit
Exit a for loop scope.
Exit a for loop scope. If the for loop variable is defined, it will be removed from seenLabels.
- def exitLabeledScope(beginLabelCtx: Option[BeginLabelContext]): Unit
Exit a labeled scope.
Exit a labeled scope. If the label is defined, it will be removed from seenLabels.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)