[][src]Trait arrow::datatypes::ArrowNumericType

pub trait ArrowNumericType: ArrowPrimitiveType { }

A subtype of primitive type that represents numeric values.

Implementors

impl ArrowNumericType for Float32Type
[src]

impl ArrowNumericType for Float64Type
[src]

impl ArrowNumericType for Int16Type
[src]

impl ArrowNumericType for Int32Type
[src]

impl ArrowNumericType for Int64Type
[src]

impl ArrowNumericType for Int8Type
[src]

impl ArrowNumericType for UInt16Type
[src]

impl ArrowNumericType for UInt32Type
[src]

impl ArrowNumericType for UInt64Type
[src]

impl ArrowNumericType for UInt8Type
[src]

Loading content...