Type Alias datafusion::common::arrow::tensor::UInt64Tensor

source ·
pub type UInt64Tensor<'a> = Tensor<'a, UInt64Type>;

Aliased Type§

struct UInt64Tensor<'a> { /* private fields */ }