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
  • 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 Definitions