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

pub trait ArrowNumericType: ArrowPrimitiveType { }

Implementors

impl ArrowNumericType for Date32Type[src]

impl ArrowNumericType for Date64Type[src]

impl ArrowNumericType for DurationMicrosecondType[src]

impl ArrowNumericType for DurationMillisecondType[src]

impl ArrowNumericType for DurationNanosecondType[src]

impl ArrowNumericType for DurationSecondType[src]

impl ArrowNumericType for Float32Type[src]

impl ArrowNumericType for Float64Type[src]

impl ArrowNumericType for Int8Type[src]

impl ArrowNumericType for Int16Type[src]

impl ArrowNumericType for Int32Type[src]

impl ArrowNumericType for Int64Type[src]

impl ArrowNumericType for IntervalDayTimeType[src]

impl ArrowNumericType for IntervalYearMonthType[src]

impl ArrowNumericType for Time32MillisecondType[src]

impl ArrowNumericType for Time32SecondType[src]

impl ArrowNumericType for Time64MicrosecondType[src]

impl ArrowNumericType for Time64NanosecondType[src]

impl ArrowNumericType for TimestampMicrosecondType[src]

impl ArrowNumericType for TimestampMillisecondType[src]

impl ArrowNumericType for TimestampNanosecondType[src]

impl ArrowNumericType for TimestampSecondType[src]

impl ArrowNumericType for UInt8Type[src]

impl ArrowNumericType for UInt16Type[src]

impl ArrowNumericType for UInt32Type[src]

impl ArrowNumericType for UInt64Type[src]

Loading content...