Function datafusion_expr::utils::find_sort_exprs
source · Expand description
Collect all deeply nested Expr::Sort
. They are returned in order of occurrence
(depth first), with duplicates omitted.
Collect all deeply nested Expr::Sort
. They are returned in order of occurrence
(depth first), with duplicates omitted.