Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ sort
Function
sort
datafusion/expr/src/expr_rewriter/order_by.rs:529–533 ·
view source on GitHub ↗
(expr: Expr)
Source
from the content-addressed store, hash-verified
527
}
528
529
fn sort(expr: Expr) -> Sort {
530
let asc = true;
531
let nulls_first = true;
532
expr.sort(asc, nulls_first)
533
}
534
}
Callers
3
make_sorted_input_batches
Method · 0.85
criterion_benchmark
Function · 0.85
update_batch
Method · 0.85
Calls
1
sort
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…