Module memory

Module memory 

Source

Modulesยง

catalog ๐Ÿ”’
MemoryCatalogProvider, MemoryCatalogProviderList: In-memory implementations of CatalogProviderList and CatalogProvider.
schema ๐Ÿ”’
MemorySchemaProvider: In-memory implementations of SchemaProvider.
table ๐Ÿ”’
MemTable for querying Vec<RecordBatch> by DataFusion.

Structsยง

DataSourceExec
ExecutionPlan that reads one or more files
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.
MemoryCatalogProvider
Simple in-memory implementation of a catalog.
MemoryCatalogProviderList
Simple in-memory list of catalogs
MemorySchemaProvider
Simple in-memory implementation of a schema.
MemorySourceConfig
Data source configuration for reading in-memory batches of data

Type Aliasesยง

PartitionData
Type alias for partition data