Module scalar_impl

Source

Macros§

impl_all_native_scalar 🔒
Implement Scalar and ScalarRef for native type. For PrimitiveArrayItemType, clone is trivial, so T is both Scalar and ScalarRef.

Traits§

ScalarPartialOrd
ScalarPartialOrd allows comparison between Scalar and ScalarRef.