arrow::tensor

Type Alias Date32Tensor

Source
pub type Date32Tensor<'a> = Tensor<'a, Date32Type>;
Expand description

Tensor of type Int8Type

Aliased Type§

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

Fields§

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