Traits§
- Compression
Strategy - Extendable compression interface, allowing implementations to explore different choices.
Functions§
- check_
dtype_ unchanged - Check that compression did not alter the dtype
- check_
statistics_ unchanged - check_
validity_ unchanged - Check that compression did not alter the length of the validity array.
- compute_
precompression_ stats - Eagerly compute certain statistics (i.e., pruning stats plus UncompressedSizeInBytes) for an array. This function is intended to be called in compressors, immediately before compression occurs.