Function datafusion_common::field_not_found
source · pub fn field_not_found<R: Into<TableReference>>(
qualifier: Option<R>,
name: &str,
schema: &DFSchema,
) -> DataFusionError
Expand description
Create a “field not found” DataFusion::SchemaError