Function field_not_found

Source
pub fn field_not_found<R>(
    qualifier: Option<R>,
    name: &str,
    schema: &DFSchema,
) -> DataFusionError
where R: Into<TableReference>,
Expand description

Create a “field not found” DataFusion::SchemaError