pub trait NativeArithmetics: NativeType { }
Available on crate feature compute_arithmetics only.
Expand description

Trait describing a NativeType whose semantics of arithmetic in Arrow equals the semantics in Rust. A counter example is i128, that in arrow represents a decimal while in rust represents a signed integer.

Implementations on Foreign Types§

Implementors§