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]

Module datafusion::datasource[][src]

Expand description

DataFusion data sources

Re-exports

pub use self::csv::CsvFile;
pub use self::csv::CsvReadOptions;
pub use self::datasource::TableProvider;
pub use self::datasource::TableType;
pub use self::memory::MemTable;

Modules

CSV data source

Data source traits

An empty plan that is usefull for testing and generating plans without mapping them to actual data.

Line-delimited JSON data source

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 data source