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
scan_empty_with_partitions in datafusion::test_util - Rust
[go: Go Back, main page]

pub fn scan_empty_with_partitions(
    name: Option<&str>,
    table_schema: &Schema,
    projection: Option<Vec<usize>>,
    partitions: usize
) -> Result<LogicalPlanBuilder, DataFusionError>
Expand description

Scan an empty data source with configured partition, mainly used in tests.