Function all_alias_free_columns

Source
pub fn all_alias_free_columns(exprs: &[(Arc<dyn PhysicalExpr>, String)]) -> bool
Expand description

Given the expression set of a projection, checks if the projection causes any renaming or constructs a non-Column physical expression.