pub trait ArrowNumericType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents numeric values.

Implementors§