Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop copying LogicalPlan and Exprs in
SingleDistinctToGroupBy
(#10527)
* chore: merge main and resolve conflict * chore: use less copy * chore: remove clone * remove more clones (#8) * refactor: use HashSet<&Expr> instead of HashSet<String> * refactor: remove more cloning * chore: reduce string allocation Co-authored-by: Adam Curtis <[email protected]> * chore: return internal error instead of panacing * chore: use arg display_name as hash key instead of a hashed value --------- Co-authored-by: Adam Curtis <[email protected]>
- Loading branch information