Struct datafusion::datasource::memory::MemTable[][src]

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

In-memory table

Implementations

Create a new in-memory table from the provided schema and record batches

Create a mem table by reading from another data source

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.