org.apache.spark.sql.catalyst

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object DateUtils

    helper function to convert between Int value of days since 1970-01-01 and java.sql.Date

  2. def benchmark[A](f: ⇒ A): A

  3. def fileToString(file: File, encoding: String = "UTF-8"): String

  4. def quietly[A](f: ⇒ A): A

    Silences output to stderr or stdout for the duration of f

  5. def resourceToBytes(resource: String, classLoader: ClassLoader = Utils.getSparkClassLoader): Array[Byte]

  6. def resourceToString(resource: String, encoding: String = "UTF-8", classLoader: ClassLoader = Utils.getSparkClassLoader): String

  7. def sideBySide(left: Seq[String], right: Seq[String]): Seq[String]

  8. def sideBySide(left: String, right: String): Seq[String]

  9. def stackTraceToString(t: Throwable): String

  10. def stringOrNull(a: AnyRef): String

  11. def stringToFile(file: File, str: String): File

Inherited from AnyRef

Inherited from Any

Ungrouped