Module v11::storage[][src]

Data structures for storing columnar elements.

Structs

BoolCol

Densely packed booleans.

VecCol

Stores data contiguously using the standard rust Vec. This is ideal for tables that do not have rows added to them often.

Type Definitions

SegCol

Temporary (hopefully) stub for avec. Use this for tables that may be heavily extended at run-time.