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::datasource - Rust
[go: Go Back, main page]

[][src]Module datafusion::datasource

DataFusion data sources

Re-exports

pub use self::csv::CsvBatchIterator;
pub use self::csv::CsvFile;
pub use self::datasource::RecordBatchIterator;
pub use self::datasource::ScanResult;
pub use self::datasource::TableProvider;
pub use self::memory::MemBatchIterator;
pub use self::memory::MemTable;

Modules

csv

CSV Data source

datasource

Data source traits

memory

In-memory data source for presenting a Vec 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.

parquet

Parquet Data source