Struct arrow::array::ListData [] [src]

pub struct ListData {
    pub offsets: Vec<i32>,
    pub bytes: Bytes,
}

List of variable-width data such as Utf8 strings

Fields

Methods

impl ListData
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for ListData

impl Sync for ListData