Module index_reader

Module index_reader 

Source
Expand description

Support for reading ColumnIndexMetaData and OffsetIndexMetaData from parquet metadata.

Structsยง

ThriftColumnIndex ๐Ÿ”’

Functionsยง

acc_range ๐Ÿ”’
Computes the covering range of two optional ranges
decode_column_index ๐Ÿ”’
decode_offset_index ๐Ÿ”’
read_columns_indexesDeprecated
Reads per-column ColumnIndexMetaData for all columns of a row group by decoding ColumnIndex .
read_offset_indexesDeprecated
Reads per-column OffsetIndexMetaData for all columns of a row group by decoding OffsetIndex .