pub fn all_alias_free_columns(exprs: &[ProjectionExpr]) -> boolExpand description
Given the expression set of a projection, checks if the projection causes
any renaming or constructs a non-Column physical expression.
pub fn all_alias_free_columns(exprs: &[ProjectionExpr]) -> boolGiven the expression set of a projection, checks if the projection causes
any renaming or constructs a non-Column physical expression.