MCPcopy 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

criterion_benchmarkFunction · 0.85
update_batchMethod · 0.85

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…