Module arrow2::io::parquet::read::indexes

source ·
Expand description

API to perform page-level filtering (also known as indexes)

Structs§

Enums§

Functions§

  • Returns the set of (row) intervals of the pages.
  • Checks whether the row group have page index information (page statistics)
  • Reads the column indexes from the reader assuming a valid set of derived Arrow fields for all parquet the columns in the file.
  • Reads all page locations and index locations (IO-bounded) and uses predicate to compute the set of FilteredPage that fulfill the predicate.