Module timely::container::columnation

source ·
Expand description

A columnar container based on the columnation library.

Macros§

  • The macro creates the copy_destructured implementation for a custom column stack with a single generic parameter characterizing the type T it stores. It assumes there are two fields on self:

Structs§

  • An append-only vector that store records as columns.
  • A vacuous region that just copies items.
  • A region allocator which holds items at stable memory locations.
  • An append-only vector that store records as columns.

Traits§

  • A type that can be stored in a columnar region.
  • A type that can absorb owned data from type T.