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
pub fn field_not_found<R>(
qualifier: Option<R>,
name: &str,
schema: &DFSchema,
) -> DataFusionErrorwhere
R: Into<TableReference>,
Create a “field not found” DataFusion::SchemaError