Expand description
A columnar container based on the columnation library.
Macros§
- tuple_
column_ stack - The macro creates the
copy_destructured
implementation for a custom column stack with a single generic parameter characterizing the typeT
it stores. It assumes there are two fields onself
:
Structs§
- Column
Stack - An append-only vector that store records as columns.
- Copy
Region - A vacuous region that just copies items.
- Stable
Region - A region allocator which holds items at stable memory locations.
- Timely
Stack - An append-only vector that store records as columns.
Traits§
- Columnation
- A type that can be stored in a columnar region.
- Region
- A type that can absorb owned data from type
T
.