Module row_selection

Module row_selection 

Source
Expand description

Row selection for ORC files

This module provides RowSelection and RowSelector types for efficiently skipping rows when scanning ORC files.

Structsยง

RowSelection
RowSelection allows selecting or skipping rows when scanning an ORC file.
RowSelector
RowSelector represents a consecutive range of rows to either select or skip when scanning an ORC file.