Skip to main content

Module limits

Module limits 

Source

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 a usize length is decoded from segment bytes.