Structs§
- Data
Source Exec 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. - 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