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

Expand description

Default TableSource implementation used in DataFusion physical plans

Structs

DataFusion default table source, wrapping TableProvider

Functions

Wrap TableProvider in TableSource

Attempt to downcast a TableSource to DefaultTableSource and access the TableProvider. This will only work with a TableSource created by DataFusion.