Enum arrow::datatypes::DataType [] [src]

pub enum DataType {
    Boolean,
    Int8,
    Int16,
    Int32,
    Int64,
    UInt8,
    UInt16,
    UInt32,
    UInt64,
    Float32,
    Float64,
    Utf8,
    Struct(Vec<Field>),
}

Variants

Trait Implementations

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DataType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType