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