Type Alias arrow::tensor::Time64NanosecondTensor

source ·
pub type Time64NanosecondTensor<'a> = Tensor<'a, Time64NanosecondType>;

Aliased Type§

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

Fields§

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