pub type IntervalDayTimeTensor<'a> = Tensor<'a, IntervalDayTimeType>;Expand description
Tensor of type IntervalDayTimeType
Aliased Type§
pub struct IntervalDayTimeTensor<'a> {
    data_type: DataType,
    buffer: Buffer,
    shape: Option<Vec<usize>>,
    strides: Option<Vec<usize>>,
    names: Option<Vec<&'a str>>,
    _marker: PhantomData<IntervalDayTimeType>,
}Fields§
§data_type: DataType§buffer: Buffer§shape: Option<Vec<usize>>§strides: Option<Vec<usize>>§names: Option<Vec<&'a str>>§_marker: PhantomData<IntervalDayTimeType>