Expand description
A columnar representation of one blob’s worth of data
Structs§
- Codec64
Mut - Mutable access to a column of a
Codec64
implementor. - Part
- A structured columnar representation of one blob’s worth of data.
- Part
Builder - A builder for
Part
. - PartOrd
- A part with the key/value arrays downcast to
ArrayOrd
for convenience.