pub trait OffsetSizeTrait: ArrowNativeType + AddAssign + Integer {
    const IS_LARGE: bool;
}
Expand description

trait declaring an offset size, relevant for i32 vs i64 array types.

Required Associated Constants

Implementations on Foreign Types

Implementors