Type Alias arrow::tensor::IntervalYearMonthTensor
source · pub type IntervalYearMonthTensor<'a> = Tensor<'a, IntervalYearMonthType>;
Expand description
Tensor of type IntervalYearMonthType
Aliased Type§
struct IntervalYearMonthTensor<'a> { /* private fields */ }