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

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

Arrow data type

Variants

Methods

impl DataType
[src]

[src]

Generate a JSON representation of the data type

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

impl PartialEq for DataType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType