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
FileFormatimplementation. - OrcFormat
Factory - Factory for creating
OrcFormatinstances.