Module metadata

Module metadata 

Source
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.