package types
- Alphabetic
- Public
- All
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
- object PhysicalBinaryType extends PhysicalBinaryType with Product with Serializable
- object PhysicalBooleanType extends PhysicalBooleanType with Product with Serializable
- object PhysicalByteType extends PhysicalByteType with Product with Serializable
- object PhysicalCalendarIntervalType extends PhysicalCalendarIntervalType with Product with Serializable
- object PhysicalDoubleType extends PhysicalDoubleType with Product with Serializable
- object PhysicalFloatType extends PhysicalFloatType with Product with Serializable
- object PhysicalIntegerType extends PhysicalIntegerType with Product with Serializable
- object PhysicalLongType extends PhysicalLongType with Product with Serializable
- object PhysicalNullType extends PhysicalNullType with Product with Serializable
- object PhysicalShortType extends PhysicalShortType with Product with Serializable
- object PhysicalStringType extends PhysicalStringType with Product with Serializable
- object UninitializedPhysicalType extends PhysicalDataType