Expand description
Per-column type definitions for the binary event cache.
A CacheColumns struct holds one column of each type for a batch of
events. It is used as the intermediate representation between the
super::CacheHeader metadata and the encoded column bytes.
See docs/binary-cache-format.md for the byte-level layout.
Structs§
- Cache
Columns - All event columns for a batch of events, decomposed by type.
- Column
Row - A single row extracted from the column arrays.
Constants§
- COLUMN_
COUNT - Total number of columns in the cache format.
- COL_
AGENTS - COL_
EVENT_ TYPES - COL_ITC
- COL_
ITEM_ IDS - COL_
PARENTS - COL_
TIMESTAMPS - The column index constants for this format version.
- COL_
VALUES