trait SparkParserUtils extends AnyRef

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

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. val ESCAPED_CHAR_PATTERN: Regex
  5. val OCTAL_CHAR_PATTERN: Regex
  6. val U16_CHAR_PATTERN: Regex
  7. val U32_CHAR_PATTERN: Regex
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def command(ctx: ParserRuleContext): String

    Get the command which created the token.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def position(token: Token): Origin

    Get the origin (line and position) of the token.

  21. def positionAndText(startToken: Token, stopToken: Token, sqlText: String, objectType: Option[String], objectName: Option[String]): Origin
  22. def string(node: TerminalNode): String

    Convert a string node into a string.

  23. def string(token: Token): String

    Convert a string token into a string.

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def unescapeSQLString(b: String): String

    Unescape backslash-escaped string enclosed by quotes.

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped