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

A table with a schema but no data.

Implementations

Initialize a new EmptyTable from a schema.

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

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. Read more

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.