Crate narrow

source ·
Expand description

§narrow

An experimental (work-in-progress) implementation of Apache Arrow.

Modules§

  • Sequences of values with known length all having the same type.
  • arrowarrow-rs
    Interop with the arrow-rs crate.
  • A collection of bits.
  • Traits for memory buffers.
  • Logical array support.
  • Offsets for variable-sized arrays.

Traits§

  • Subtrait for fixed-size types.
  • Index operation for shared access to values in a collection.
  • The length (or number of elements) of a collection.

Derive Macros§

  • ArrayTypederive
    Derive macro for the ArrayType trait.