Packages

package loader

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Format extends AnyRef

    Sealed trait expressing the definition of a format.

    Sealed trait expressing the definition of a format. Depending on the context it could be the format of a file, a table or a stream like source of data like Kafka. In general, it represents any format that can be read by Spark and loaded as a org.apache.spark.sql.Dataset.

  2. sealed trait LoadType extends AnyRef
  3. trait Loader extends AnyRef
  4. sealed trait WriteOption extends AnyRef

Value Members

  1. object DeltaLoader extends Loader
  2. object Format

    List of all Format supported

  3. object GenericLoader extends Loader
  4. object LoadResolver
  5. object LoadType

    List of all LoadTypes supported

  6. object VcfLoader extends Loader
  7. object WriteOptions

    List of all write options supported

Ungrouped