Expand description
FileScanConfig to configure scanning of possibly partitioned
file sources.
Structs§
- File
Scan Config - The base configurations for a
DataSourceExec, the a physical plan for any given file format. - File
Scan Config Builder - A builder for
FileScanConfig’s. - Partition
Column Projector - A helper that projects partition columns into the file record batches.
Functions§
- wrap_
partition_ type_ in_ dict - Convert type to a type suitable for use as a
ListingTablepartition column. ReturnsDictionary(UInt16, val_type), which is a reasonable trade off between a reasonable number of partition values and space efficiency. - wrap_
partition_ value_ in_ dict - Convert a
ScalarValueof partition columns to a type, as described in the documentation ofwrap_partition_type_in_dict, which can wrap the types.