Enum datafusion::arrow::DataType
[−]
[src]
pub enum DataType { Boolean, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Float32, Float64, Timestamp(TimeUnit), Time(TimeUnit), Date32, Date64, Utf8, Binary, List(Vec<DataType>), Struct(Vec<Field>), }
Variants
Boolean
Int8
Int16
Int32
Int64
UInt8
UInt16
UInt32
UInt64
Float32
Float64
Timestamp(TimeUnit)
Time(TimeUnit)
Date32
Date64
Utf8
Binary
List(Vec<DataType>)
Struct(Vec<Field>)
Trait Implementations
impl Debug for DataType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more