Module file_format

Module file_format 

Source
Expand description

ORC FileFormat implementations and factory wiring.

This module provides the entry points DataFusion uses to discover ORC support via FileFormatFactory and to build physical plans via FileFormat.

Structsยง

OrcFormat
The Apache ORC FileFormat implementation.
OrcFormatFactory
Factory for creating OrcFormat instances.