object SparkParserUtils extends SparkParserUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkParserUtils
- SparkParserUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
ESCAPED_CHAR_PATTERN: Regex
- Definition Classes
- SparkParserUtils
-
val
OCTAL_CHAR_PATTERN: Regex
- Definition Classes
- SparkParserUtils
-
val
U16_CHAR_PATTERN: Regex
- Definition Classes
- SparkParserUtils
-
val
U32_CHAR_PATTERN: Regex
- Definition Classes
- SparkParserUtils
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
command(ctx: ParserRuleContext): String
Get the command which created the token.
Get the command which created the token.
- Definition Classes
- SparkParserUtils
-
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()
-
def
position(token: Token): Origin
Get the origin (line and position) of the token.
Get the origin (line and position) of the token.
- Definition Classes
- SparkParserUtils
-
def
positionAndText(startToken: Token, stopToken: Token, sqlText: String, objectType: Option[String], objectName: Option[String]): Origin
- Definition Classes
- SparkParserUtils
-
def
string(node: TerminalNode): String
Convert a string node into a string.
Convert a string node into a string.
- Definition Classes
- SparkParserUtils
-
def
string(token: Token): String
Convert a string token into a string.
Convert a string token into a string.
- Definition Classes
- SparkParserUtils
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unescapeSQLString(b: String): String
Unescape backslash-escaped string enclosed by quotes.
Unescape backslash-escaped string enclosed by quotes.
- Definition Classes
- SparkParserUtils
-
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()
-
def
withOrigin[T](ctx: ParserRuleContext, sqlText: Option[String] = None)(f: ⇒ T): T
Register the origin of the context.
Register the origin of the context. Any TreeNode created in the closure will be assigned the registered origin. This method restores the previously set origin after completion of the closure.
- Definition Classes
- SparkParserUtils