fn should_read_pk_as_binary(parquet_meta: &ParquetMetaData) -> boolExpand 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.