pub fn field_not_found<R: Into<TableReference>>(
qualifier: Option<R>,
name: &str,
schema: &DFSchema,
) -> DataFusionErrorExpand description
Create a “field not found” DataFusion::SchemaError
pub fn field_not_found<R: Into<TableReference>>(
qualifier: Option<R>,
name: &str,
schema: &DFSchema,
) -> DataFusionErrorCreate a “field not found” DataFusion::SchemaError