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

Method order_by

datafusion/physical-expr/src/aggregate.rs:355–358  ·  view source on GitHub ↗
(mut self, order_bys: Vec<PhysicalSortExpr>)

Source from the content-addressed store, hash-verified

353 }
354
355 pub fn order_by(mut self, order_bys: Vec<PhysicalSortExpr>) -> Self {
356 self.order_bys = order_bys;
357 self
358 }
359
360 pub fn reversed(mut self) -> Self {
361 self.is_reversed = true;

Callers 15

buildMethod · 0.45
reverse_exprMethod · 0.45
test_last_value_agg_exprFunction · 0.45
first_value_agg_exprFunction · 0.45
get_best_fitting_windowFunction · 0.45
parse_exprFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_last_value_agg_exprFunction · 0.36
roundtrip_windowFunction · 0.36