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::ArrayData - Rust
[go: Go Back, main page]

Enum datafusion::arrow::ArrayData [] [src]

pub enum ArrayData {
    Boolean(Vec<bool>),
    Float32(Vec<f32>),
    Float64(Vec<f64>),
    Int8(Vec<i8>),
    Int16(Vec<i16>),
    Int32(Vec<i32>),
    Int64(Vec<i64>),
    UInt8(Vec<u8>),
    UInt16(Vec<u16>),
    UInt32(Vec<u32>),
    UInt64(Vec<u64>),
    Utf8(Vec<String>),
    Struct(Vec<Rc<Array>>),
}

Variants

Trait Implementations

impl Debug for ArrayData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ArrayData

impl !Sync for ArrayData