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§

Constants§

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.