Packages

object FlatSchema extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatSchema
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(schema: Schema): FlatSchema

    Build FlatSchema from a single schema.

    Build FlatSchema from a single schema. Must be used only if there's only one schema

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val empty: FlatSchema
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extractProperties(source: SchemaList): Properties

    Main function for flattening multiple schemas, preserving their lineage in their properties.

    Main function for flattening multiple schemas, preserving their lineage in their properties. If user software (e.g. RDB Shredder) produces unexpected list of columns - this is the culprit

    Builds subschemas which are ordered according to nullness of field, name of field and which version field is added

    source

    List of ordered schemas to create ordered subschemas

    returns

    list of typed pointers which are ordered according to criterias specified above

  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getName(jsonPointer: SchemaPointer): String

    Get normalized name

  14. def getRequired(cur: SchemaPointer, schema: Schema): Set[SchemaPointer]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isLeaf(schema: Schema): Boolean

    Redshift-specific

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def postProcess(subschemas: SubSchemas): List[(SchemaPointer, Schema)]

    Sort and clean-up

  22. def save(pointer: SchemaPointer, schema: Schema): State[FlatSchema, Unit]
  23. def shouldBeIgnored(pointer: SchemaPointer, flatSchema: FlatSchema): Boolean

    This property shouldn't have been added (FlatSchemaSpec.e4)

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped