Module mz_timely_util::containers::stack
source · Expand description
A chunked columnar container based on the columnation library. It stores the local
portion in region-allocated data, too, which is different to the TimelyStack
type.
Modules§
- serde 🔒
Structs§
- A Stacked container builder that keep track of container memory usage.
- An append-only vector that store records as columns.
- An iterator of a
ChunkedStack
.
Enums§
- A runtime-configurable wrapper around timely stacks and chunked stacks.
Statics§
Functions§
- Runtime switch to select the stack implementation.
true
to useChunkedStack
,false
to selectTimelyStack
.