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.
  • A collection of bits.
  • Traits for memory buffers.

Traits

  • Subtrait for fixed-size types.
  • The length (or number of elements) of a collection.

Derive Macros

  • Derive macro for the ArrayType trait.