Module parquet::column::reader

source ·
Expand description

Contains column reader API.

Structs§

Enums§

Functions§

  • Gets a specific column reader corresponding to column descriptor col_descr. The column reader will read from pages in col_page_reader.
  • Gets a typed column reader for the specific type T, by “up-casting” col_reader of non-generic type to a generic column reader type ColumnReaderImpl.

Type Aliases§