datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Remove Box from Sort

Open findepi opened this issue 1 year ago • 0 comments

expr::Sort had Box<Expr> because Sort was also an expression (via expr::Expr::Sort). This has been removed, obsoleting need to use a Box.

Extracted from and based on https://github.com/apache/datafusion/pull/12177 to reduce PR scope

findepi avatar Aug 28 '24 07:08 findepi