Package

io.eels

schema

Permalink

package schema

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayType(elementType: DataType) extends DataType with Product with Serializable

    Permalink
  2. case class CharType(size: Int) extends DataType with Product with Serializable

    Permalink
  3. trait DataType extends AnyRef

    Permalink
  4. case class DecimalType(precision: Precision = Precision(0), scale: Scale = Scale(0)) extends DataType with Product with Serializable

    Permalink
  5. case class Field(name: String, dataType: DataType = StringType, nullable: Boolean = true, partition: Boolean = false, comment: Option[String] = None, metadata: Map[String, String] = Map.empty) extends Product with Serializable

    Permalink
  6. case class IntType(signed: Boolean = true) extends DataType with Product with Serializable

    Permalink
  7. case class LongType(signed: Boolean = true) extends DataType with Product with Serializable

    Permalink
  8. trait PartitionConstraint extends AnyRef

    Permalink
  9. case class PartitionPart(key: String, value: String) extends Product with Serializable

    Permalink
  10. final case class Precision(value: Int) extends AnyVal with Product with Serializable

    Permalink
  11. final case class Scale(value: Int) extends AnyVal with Product with Serializable

    Permalink
  12. case class ShortType(signed: Boolean = true) extends DataType with Product with Serializable

    Permalink
  13. case class StructType(fields: Vector[Field]) extends DataType with Product with Serializable

    Permalink
  14. case class VarcharType(size: Int) extends DataType with Product with Serializable

    Permalink
  15. case class PartitionSpec(parts: Array[PartitionPart]) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    use partition actual

Value Members

  1. object ArrayType extends Serializable

    Permalink
  2. object BigIntType extends DataType

    Permalink
  3. object BinaryType extends DataType

    Permalink
  4. object BooleanType extends DataType

    Permalink
  5. object DateType extends DataType

    Permalink
  6. object DecimalType extends Serializable

    Permalink
  7. object DoubleType extends DataType

    Permalink
  8. object Field extends Serializable

    Permalink
  9. object FloatType extends DataType

    Permalink
  10. object IntType extends Serializable

    Permalink
  11. object LongType extends Serializable

    Permalink
  12. object PartitionConstraint

    Permalink
  13. object PartitionSpec extends Serializable

    Permalink
  14. object Precision extends Serializable

    Permalink
  15. object Scale extends Serializable

    Permalink
  16. object SchemaFn

    Permalink
  17. object ShortType extends Serializable

    Permalink
  18. object StringType extends DataType

    Permalink
  19. object StructType extends Serializable

    Permalink
  20. object TimeType extends DataType

    Permalink
  21. object TimestampType extends DataType

    Permalink

Ungrouped