Modulesยง
- catalog ๐
MemoryCatalogProvider,MemoryCatalogProviderList: In-memory implementations ofCatalogProviderListandCatalogProvider.- schema ๐
MemorySchemaProvider: In-memory implementations ofSchemaProvider.- table ๐
MemTablefor queryingVec<RecordBatch>by DataFusion.
Structsยง
- Data
Source Exec ExecutionPlanthat 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. - Memory
Catalog Provider - Simple in-memory implementation of a catalog.
- Memory
Catalog Provider List - Simple in-memory list of catalogs
- Memory
Schema Provider - Simple in-memory implementation of a schema.
- Memory
Source Config - Data source configuration for reading in-memory batches of data
Type Aliasesยง
- Partition
Data - Type alias for partition data