pub type Decimal128Tensor<'a> = Tensor<'a, Decimal128Type>;
Expand description
Tensor of type Decimal128Type
Aliased Typeยง
struct Decimal128Tensor<'a> { /* private fields */ }
pub type Decimal128Tensor<'a> = Tensor<'a, Decimal128Type>;
Tensor of type Decimal128Type
struct Decimal128Tensor<'a> { /* private fields */ }