Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::datasource::file_format - Rust
[go: Go Back, main page]

datafusion::datasource

Module file_format

Source
Expand description

Module containing helper methods for the various file formats See write.rs for write related helper methods

Modules§

Structs§

  • A container of FileFormatFactory which also implements FileType. This enables converting a dyn FileFormat to a dyn FileType. The former trait is a superset of the latter trait, which includes execution time relevant methods. FileType is only used in logical planning and only implements the subset of methods required during logical planning.

Enums§

  • An enum to distinguish between different states when determining if certain filters can be pushed down to file scanning

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.
  • Factory for creating FileFormat instances based on session and command level options

Functions§