arrow::tensor

Type Alias UInt32Tensor

Source
pub type UInt32Tensor<'a> = Tensor<'a, UInt32Type>;
Expand description

Aliased Type§

struct UInt32Tensor<'a> {
    data_type: DataType,
    buffer: Buffer,
    shape: Option<Vec<usize>>,
    strides: Option<Vec<usize>>,
    names: Option<Vec<&'a str>>,
    _marker: PhantomData<UInt32Type>,
}

Fields§

§data_type: DataType§buffer: Buffer§shape: Option<Vec<usize>>§strides: Option<Vec<usize>>§names: Option<Vec<&'a str>>§_marker: PhantomData<UInt32Type>