Packages

object Parsers

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

Type Members

  1. sealed trait ConfigParser[T] extends AnyRef

    Type class for Config parsers

    Type class for Config parsers

    T

    Type of the input from which the config should be parsed.

  2. implicit final class ConfigReaderFailureOps extends AnyRef

    Implicit conversion for PureConfig reader failure in order to enhance it with required string representation

  3. implicit class ExpressionParsingOps extends AnyRef

    Parsing utilities used to get list of all depended columns from unresolved Spark SQL expression.

    Parsing utilities used to get list of all depended columns from unresolved Spark SQL expression. This is required for Hive partition expression parsing in order to check if this expression refers only to partitioning columns.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. val idParser: SparkSqlParser

    SparkSqlParser used to validate IDs

    SparkSqlParser used to validate IDs

    Note

    SparkSqlParser has evolved in Spark 3.1 to use active SQLConf. Thus, its constructor became parameterless. Therefore, in order to instantiate SparkSqlParser it is required to get constructor specific to current Spark version.

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. implicit object FileConfigParser extends ConfigParser[File]

    Implicit config parser for file input

  22. implicit object StreamReaderConfigParser extends ConfigParser[InputStreamReader]

    Implicit config parser for input stream reader input

  23. implicit object StringConfigParser extends ConfigParser[String]

    Implicit config parser for string input

Inherited from AnyRef

Inherited from Any

Ungrouped