Expand description
ORC metadata processing utilities.
This module exposes helpers to read ORC file metadata and derive Arrow schemas and statistics used by DataFusion.
Functionsยง
- read_
orc_ schema - Read ORC file metadata and extract an Arrow schema.
- read_
orc_ statistics - Read ORC file statistics.