Trait lance_arrow::floats::ArrowFloatType
source · pub trait ArrowFloatType {
type Native: Float + FromPrimitive;
type ArrayType: FloatArray<Self>;
const FLOAT_TYPE: FloatType;
}Expand description
Trait for float types used in Arrow Array.
Required Associated Types§
type Native: Float + FromPrimitive
sourcetype ArrayType: FloatArray<Self>
type ArrayType: FloatArray<Self>
Arrow Float Array Type.
Required Associated Constants§
const FLOAT_TYPE: FloatType
Object Safety§
This trait is not object safe.