pub struct LogicalTableSource { /* private fields */ }
Expand description

Basic TableSource implementation intended for use in tests and documentation. It is expected that users will provide their own TableSource implementations or use DataFusion’s DefaultTableSource.

Implementations§

Create a new LogicalTableSource

Trait Implementations§

Get a reference to the schema for this table
Get the type of this table for metadata/catalog purposes.
Tests whether the table provider can make use of a filter expression to optimise data retrieval.
Get the Logical plan of this table provider, if available.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.