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

Function can_project

Source
pub fn can_project(
    schema: &Arc<Schema>,
    projection: Option<&Vec<usize>>,
) -> Result<(), DataFusionError>
Expand description

Checks if the given projection is valid for the given schema.