Module datafusion::datasource::file_format
source · Expand description
Module containing helper methods for the various file formats See write.rs for write related helper methods
Modules§
ArrowFormat
: Apache ArrowFileFormat
abstractionsAvroFormat
Apache AvroFileFormat
abstractionsCsvFormat
, Comma Separated Value (CSV)FileFormat
abstractions- File Compression type abstraction
JsonFormat
: Line delimited JSONFileFormat
abstractions- User facing options for the file formats readers
ParquetFormat
: ParquetFileFormat
abstractions- Module containing helper methods/traits related to enabling write support for the various file formats
Constants§
- Default max records to scan to infer the schema
Traits§
- This trait abstracts all the file format specific implementations from the
TableProvider
. This helps code re-utilization across providers that support the same file formats.