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::physical_plan - Rust
[go: Go Back, main page]

Module datafusion::datasource::physical_plan

source ·
Expand description

Execution plans that read file formats

Re-exports§

Modules§

  • Execution plan for reading Parquet files

Structs§

  • Execution plan for scanning Arrow data source
  • Execution plan for scanning Avro data source
  • A Config for CsvOpener
  • Execution plan for scanning a CSV file
  • A FileOpener that opens a CSV file and yields a FileOpenFuture
  • Repartition input files into target_partitions partitions, if total file size exceed repartition_file_min_size
  • A single file or part of a file that should be read, along with its schema, statistics
  • The base configurations to provide when creating a physical plan for any given file format.
  • The base configurations to provide when creating a physical plan for writing to any given file format.
  • A stream that iterates record batch by record batch, file over file.
  • A FileOpener that opens a JSON file and yields a FileOpenFuture
  • Execution plan for scanning NdJson data source
  • The SchemaMapping struct holds a mapping from the file schema to the table schema and any necessary type conversions that need to be applied.

Enums§

  • Describes the behavior of the FileStream if file opening or scanning fails

Traits§

Functions§

Type Aliases§