[−][src]Trait arrow::datatypes::ArrowPrimitiveType
Trait indicating a primitive fixed-width type (bool, ints and floats).
Associated Types
type Native: ArrowNativeType
Corresponding Rust native type for the primitive type.
Required Methods
fn get_data_type() -> DataType
Returns the corresponding Arrow data type of this primitive type.
fn get_bit_width() -> usize
Returns the bit width of this primitive type.
Implementors
impl ArrowPrimitiveType for BooleanType[src]
impl ArrowPrimitiveType for BooleanTypeimpl ArrowPrimitiveType for Float32Type[src]
impl ArrowPrimitiveType for Float32Typeimpl ArrowPrimitiveType for Float64Type[src]
impl ArrowPrimitiveType for Float64Typeimpl ArrowPrimitiveType for Int16Type[src]
impl ArrowPrimitiveType for Int16Typeimpl ArrowPrimitiveType for Int32Type[src]
impl ArrowPrimitiveType for Int32Typeimpl ArrowPrimitiveType for Int64Type[src]
impl ArrowPrimitiveType for Int64Typeimpl ArrowPrimitiveType for Int8Type[src]
impl ArrowPrimitiveType for Int8Typeimpl ArrowPrimitiveType for UInt16Type[src]
impl ArrowPrimitiveType for UInt16Typeimpl ArrowPrimitiveType for UInt32Type[src]
impl ArrowPrimitiveType for UInt32Typeimpl ArrowPrimitiveType for UInt64Type[src]
impl ArrowPrimitiveType for UInt64Typeimpl ArrowPrimitiveType for UInt8Type[src]
impl ArrowPrimitiveType for UInt8Type