Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::arrow::DataType - Rust
[go: Go Back, main page]

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

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