Package

za.co.absa.spline.model

dt

Permalink

package dt

Visibility
  1. Public
  2. All

Type Members

  1. case class Array(id: UUID, elementDataTypeId: UUID, nullable: Boolean) extends DataType with Product with Serializable

    Permalink
  2. sealed trait DataType extends AnyRef

    Permalink

    The trait describes a data type of an attribute, expression, etc.

  3. case class Simple(id: UUID, name: String, nullable: Boolean) extends DataType with Product with Serializable

    Permalink
  4. case class Struct(id: UUID, fields: Seq[StructField], nullable: Boolean) extends DataType with Product with Serializable

    Permalink
  5. case class StructField(name: String, dataTypeId: UUID) extends Product with Serializable

    Permalink

Value Members

  1. object Array extends Serializable

    Permalink
  2. object Simple extends Serializable

    Permalink
  3. object Struct extends Serializable

    Permalink

Ungrouped