Skip to main content

should_read_pk_as_binary

Function should_read_pk_as_binary 

Source
fn should_read_pk_as_binary(parquet_meta: &ParquetMetaData) -> bool
Expand description

Returns true if the __primary_key chunk in any of the first MAX_ROW_GROUPS_TO_CHECK_PK row groups exceeds the dictionary page size limit, signalling the writer likely fell back to plain encoding.