Packages

package util

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class V2ExpressionBuilder extends AnyRef

    The builder to generate V2 expressions from catalyst expressions.

Value Members

  1. val METADATA_COL_ATTR_KEY: String
  2. def escapeSingleQuotedString(str: String): String
  3. def fileToString(file: File, encoding: Charset): String
  4. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  5. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  6. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  7. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  8. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  9. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  15. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def quietly[A](f: => A): A
  20. def quoteIdentifier(name: String): String
  21. def quoteIfNeeded(part: String): String
  22. def quoteNameParts(name: Seq[String]): String
  23. def resourceToBytes(resource: String, classLoader: ClassLoader): Array[Byte]
  24. def resourceToString(resource: String, encoding: String, classLoader: ClassLoader): String
  25. def sideBySide(left: Seq[String], right: Seq[String]): Seq[String]
  26. def sideBySide(left: String, right: String): Seq[String]
  27. def stackTraceToString(t: Throwable): String
  28. def stringToFile(file: File, str: String): File
  29. def toPrettySQL(e: Expression): String
  30. def truncatedString[T](seq: Seq[T], sep: String, maxFields: Int): String
  31. def truncatedString[T](seq: Seq[T], start: String, sep: String, end: String, maxFields: Int): String
  32. def usePrettyExpression(e: Expression): Expression
  33. object ColumnOrField

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped