Struct datafusion::datasource::listing::ListingTable[][src]

pub struct ListingTable { /* fields omitted */ }
Expand description

An implementation of TableProvider that uses the object store or file system listing capability to get the list of files.

Implementations

Create new table that lists the FS to get the files to scan. The provided schema must be resolved before creating the table and should contain the fields of the file without the table partitioning columns.

Get object store ref

Get path ref

Get options ref

Trait Implementations

Returns the table provider as Any so that it can be downcast to a specific implementation. Read more

Get a reference to the schema for this table

Create an ExecutionPlan that will scan the table. The table provider will be usually responsible of grouping the source data into partitions that can be efficiently parallelized or distributed. Read more

Tests whether the table provider can make use of a filter expression to optimise data retrieval. Read more

Get the type of this table for metadata/catalog purposes.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.