pub fn field_not_found<R>(
    qualifier: Option<R>,
    name: &str,
    schema: &DFSchema
) -> DataFusionErrorwhere
    R: Into<TableReference<'static>>,
Expand description

Create a “field not found” DataFusion::SchemaError