arrow::tensor

Type Alias Date64Tensor

source
pub type Date64Tensor<'a> = Tensor<'a, Date64Type>;
Expand description

Tensor of type Int16Type

Aliased Type§

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

Fields§

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