pub fn resolve_column(
scope: &Scope,
schema: &dyn Schema,
column_name: &str,
infer_schema: bool,
) -> Option<String>Expand description
Resolve a column to its source table.
This is a convenience function that creates a Resolver and calls get_table.