orc_format

Module read

Source
Expand description

APIs to read from ORC

Reading from ORC is essentially composed by:

  1. Identify the column type based on the file’s schema
  2. Read the stripe (or part of it in projection pushdown)
  3. For each column, select the relevant region of the stripe
  4. Attach an Iterator to the region

Modules§

Structs§

Functions§