Expand description
A table that uses the ObjectStore listing capability
to get the list of files to process.
Modules§
Structs§
- File
Range - Only scan a subset of Row Groups from the Parquet file whose data “midpoint” lies within the [start, end) byte offsets. This option can be used to scan non-overlapping sections of a Parquet file in parallel.
- Listing
Options - Options for creating a
crate::ListingTable - Listing
Table - Built in
TableProviderthat reads data from one or more files as a single table. - Listing
Table Config - Configuration for creating a
crate::ListingTable - Listing
Table Url - A parsed URL identifying files for a listing table, see
ListingTableUrl::parsefor more information on the supported expressions - Partitioned
File - A single file or part of a file that should be read, along with its schema, statistics and partition column values that need to be appended to each row.
Traits§
- Listing
Table Config Ext - Extension trait for
ListingTableConfigthat supports inferring schemas
Type Aliases§
- Partitioned
File Stream - Stream of files get listed from object store