Module table

Module table 

Source
Expand description

MemTable for querying Vec<RecordBatch> by DataFusion.

Structs§

MemTable
In-memory data source for presenting a Vec<RecordBatch> as a data source that can be queried by DataFusion. This allows data to be pre-loaded into memory and then repeatedly queried without incurring additional file I/O overhead.

Type Aliases§

PartitionData
Type alias for partition data