Expand description
Row selection for ORC files
This module provides RowSelection and RowSelector types for
efficiently skipping rows when scanning ORC files.
Structsยง
- RowSelection
- RowSelectionallows selecting or skipping rows when scanning an ORC file.
- RowSelector
- RowSelectorrepresents a consecutive range of rows to either select or skip when scanning an ORC file.