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