Re-exports§
pub use self::container::DatumContainer;
pub use self::container::DatumSeq;
pub use self::offset_opt::OffsetOptimized;
pub use self::spines::RowBatcher;
pub use self::spines::RowBuilder;
pub use self::spines::RowRowBatcher;
pub use self::spines::RowRowBuilder;
pub use self::spines::RowRowSpine;
pub use self::spines::RowSpine;
pub use self::spines::RowValBatcher;
pub use self::spines::RowValBuilder;
pub use self::spines::RowValSpine;
Modules§
- A
Row
-specialized container using dictionary compression. - spines 🔒Spines specialized to contain
Row
types in keys and values.
Functions§
- Helper to compute the size of an
OffsetList
in memory.