Packages

package generators

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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
  2. object DdlGenerator

    Generates a Redshift DDL File from a Flattened JsonSchema

  3. object EncodeSuggestions
  4. object JsonPathGenerator

    Converts lists of keys into a JsonPath file.

  5. object MigrationGenerator

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

  6. object TypeSuggestions

    Module containing functions for data type suggestions

Ungrouped