package types
- Alphabetic
- Public
- Protected
Type Members
- case class PhysicalArrayType(elementType: DataType, containsNull: Boolean) extends PhysicalDataType with Product with Serializable
- class PhysicalBinaryType extends PhysicalDataType
- class PhysicalBooleanType extends PhysicalDataType
- class PhysicalByteType extends PhysicalDataType
- class PhysicalCalendarIntervalType extends PhysicalDataType
- sealed abstract class PhysicalDataType extends AnyRef
- case class PhysicalDecimalType(precision: Int, scale: Int) extends PhysicalDataType with Product with Serializable
- class PhysicalDoubleType extends PhysicalDataType
- class PhysicalFloatType extends PhysicalDataType
- class PhysicalIntegerType extends PhysicalDataType
- class PhysicalLongType extends PhysicalDataType
- case class PhysicalMapType(keyType: DataType, valueType: DataType, valueContainsNull: Boolean) extends PhysicalDataType with Product with Serializable
- class PhysicalNullType extends PhysicalDataType
- class PhysicalShortType extends PhysicalDataType
- class PhysicalStringType extends PhysicalDataType
- case class PhysicalStructType(fields: Array[StructField]) extends PhysicalDataType with Product with Serializable
Value Members
- case object PhysicalBinaryType extends PhysicalBinaryType with Product with Serializable
- case object PhysicalBooleanType extends PhysicalBooleanType with Product with Serializable
- case object PhysicalByteType extends PhysicalByteType with Product with Serializable
- case object PhysicalCalendarIntervalType extends PhysicalCalendarIntervalType with Product with Serializable
- case object PhysicalDoubleType extends PhysicalDoubleType with Product with Serializable
- case object PhysicalFloatType extends PhysicalFloatType with Product with Serializable
- case object PhysicalIntegerType extends PhysicalIntegerType with Product with Serializable
- case object PhysicalLongType extends PhysicalLongType with Product with Serializable
- case object PhysicalNullType extends PhysicalNullType with Product with Serializable
- case object PhysicalShortType extends PhysicalShortType with Product with Serializable
- case object PhysicalStringType extends PhysicalStringType with Product with Serializable
- object UninitializedPhysicalType extends PhysicalDataType