com.krux.hyperion

dataformat

package dataformat

Visibility
  1. Public
  2. All

Type Members

  1. case class CsvDataFormat extends DataFormat with Product with Serializable

    A comma-delimited data format where the column separator is a comma and the record separator is a newline character.

  2. case class CustomDataFormat extends DataFormat with Product with Serializable

    A custom data format defined by a combination of a certain column separator, record separator, and escape character.

  3. trait DataFormat extends PipelineObject

    The base trait of all data formats

  4. case class DynamoDBDataFormat extends DataFormat with Product with Serializable

    Applies a schema to a DynamoDB table to make it accessible by a Hive query.

  5. case class DynamoDBExportDataFormat extends DataFormat with Product with Serializable

    Applies a schema to an DynamoDB table to make it accessible by a Hive query.

  6. case class RegExDataFormat extends DataFormat with Product with Serializable

    A custom data format defined by a regular expression.

  7. case class TsvDataFormat extends DataFormat with Product with Serializable

    A tab-delimited data format where the record separator is a newline character.

Value Members

  1. object CsvDataFormat extends Serializable

  2. object CustomDataFormat extends Serializable

  3. object DynamoDBDataFormat extends Serializable

  4. object DynamoDBExportDataFormat extends Serializable

  5. object RegExDataFormat extends Serializable

  6. object TsvDataFormat extends Serializable

Ungrouped