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

An implementation of TableProvider that uses another logical plan.

Implementations

Create new view that is executed at query runtime. Takes a LogicalPlan and an optional create statement as input.

Get definition ref

Get logical_plan ref

Trait Implementations

Returns the table provider as Any so that it can be downcast to a specific implementation. Read more
Get the Logical Plan of this table, if available.
Get a reference to the schema for this table
Get the type of this table for metadata/catalog purposes.
Get the create statement used to create this table, if available.
Tests whether the table provider can make use of a filter expression to optimise data retrieval. Read more
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
Get statistics for this table, 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.

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.