Structsยง
- Column
Value Encoder Impl - Data
Page Values - The encoded values for a data page, with optional statistics
- Dictionary
Page - The encoded data for a dictionary page
Traitsยง
- Column
Value Encoder - A generic encoder of
ColumnValuesto data and dictionary pages used by super::GenericColumnWriter` - Column
Values - A collection of
ParquetValueTypeencoded by aColumnValueEncoder
Functionsยง
- count_
within_ ๐budget - How many leading values fit in
byte_budgetbytes, shared by the twoColumnValueEncoder::count_values_within_byte_budget*methods (one walks a contiguous slice, the other gathers by index). - create_
bloom_ ๐filter - Creates a bloom filter sized for the columnโs configured NDV, returning the filter and the target FPP for folding.
- get_
min_ ๐max - plain_
encoded_ ๐byte_ size - Plain-encoded byte cost of a single value of type
T::T. - replace_
zero ๐ - update_
geo_ ๐stats_ accumulator