can_project

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.