Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::catalog::memory - Rust
[go: Go Back, main page]

Module memory

Source

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