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

Module default_table_source

Source
Expand description

Default TableSource implementation used in DataFusion physical plans

Structs§

DefaultTableSource
Implements TableSource for a TableProvider

Functions§

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