MCPcopy Create free account
hub / github.com/apache/datafusion / order_by

Method order_by

datafusion/expr/src/expr_fn.rs:885–888  ·  view source on GitHub ↗

Add `ORDER BY `

(mut self, order_by: Vec<Sort>)

Source from the content-addressed store, hash-verified

883impl ExprFunctionExt for ExprFuncBuilder {
884 /// Add `ORDER BY <order_by>`
885 fn order_by(mut self, order_by: Vec<Sort>) -> ExprFuncBuilder {
886 self.order_by = Some(order_by);
887 self
888 }
889
890 /// Add `FILTER <filter>`
891 fn filter(mut self, filter: Expr) -> ExprFuncBuilder {

Callers 1

Calls 3

newFunction · 0.85
AggregateClass · 0.85
WindowClass · 0.85

Tested by 1