Constants§
- MAX_
ATTRS_ PER_ TILE - Maximum attribute columns per tile.
- MAX_
AXES_ PER_ TILE - Maximum coordinate axes (dimensions) per tile.
- MAX_
CELLS_ PER_ TILE - Maximum cells in a single sparse tile.
- MAX_
COLUMN_ ENTRIES - Maximum entries in any column codec output (timestamps, surrogates, attrs).
- MAX_
DICT_ CARDINALITY - Maximum distinct values in a per-axis dictionary.
- MAX_
RLE_ RUNS - Maximum runs in an RLE-encoded index stream.
- MAX_
RLE_ RUN_ LEN - Maximum length of a single RLE run (bounded by tile cell count).
Functions§
- check_
decoded_ size - Reject a length value that exceeds
cap. Used everywhere ausizelength is decoded from segment bytes.