Package

com.snowplowanalytics.iglu.schemaddl.redshift

generators

Permalink

package generators

Visibility
  1. Public
  2. All

Type Members

  1. case class DdlFile(statements: List[Statement]) extends Product with Serializable

    Permalink

    File representing sequence of valid DDL statements able to be printed

    File representing sequence of valid DDL statements able to be printed

    statements

    sequence of valid independent DDL statements

    To do

    Redshift table definition is tightly coupled with JSONPath file and client code needs to reprocess it to have same order, but different column names

Value Members

  1. object DdlFile extends Serializable

    Permalink
  2. object DdlGenerator

    Permalink

    Generates a Redshift DDL File from a Flattened JsonSchema

  3. object EncodeSuggestions

    Permalink
  4. object JsonPathGenerator

    Permalink

    Converts lists of keys into a JsonPath file.

  5. object MigrationGenerator

    Permalink

    Module containing all logic to generate DDL files with information required to migration from one version of Schema to another

  6. object TypeSuggestions

    Permalink

    Module containing functions for data type suggestions

Ungrouped