package generators
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- object DdlFile extends Serializable
-
object
DdlGenerator
Generates a Redshift DDL File from a Flattened JsonSchema
- object EncodeSuggestions
-
object
JsonPathGenerator
Converts lists of keys into a JsonPath file.
-
object
MigrationGenerator
Module containing all logic to generate DDL files with information required to migration from one version of Schema to another
-
object
TypeSuggestions
Module containing functions for data type suggestions