Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Delimited(sep: Delimiter = Delimiter.DefaultHive, quote: QuoteCharacter = QuoteCharacter.DoubleQuote, header: Boolean = false, inferSchema: Boolean = false, customDelimiter: String = "") extends SourceType with Product with Serializable
  2. sealed trait Delimiter extends AnyRef

    Spark file reader options.

  3. case class JSON(multiLine: Boolean = true) extends SourceType with Product with Serializable
  4. case class Parquet(mergeSchema: Boolean = false) extends SourceType with Product with Serializable
  5. sealed trait QuoteCharacter extends AnyRef
  6. sealed trait SourceType extends AnyRef

Value Members

  1. object API

    The API defines the model for a pipline.

    The API defines the model for a pipline. It is made up of stages, extract, transform and load with their respective settings.

  2. object Delimited extends Serializable
  3. object Delimiter
  4. object JSON extends Serializable
  5. object QuoteCharacter

Ungrouped