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