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

Method sort_by

datafusion/sql/src/unparser/ast.rs:339–342  ·  view source on GitHub ↗
(&mut self, value: Vec<ast::OrderByExpr>)

Source from the content-addressed store, hash-verified

337 self
338 }
339 pub fn sort_by(&mut self, value: Vec<ast::OrderByExpr>) -> &mut Self {
340 self.sort_by = value;
341 self
342 }
343 pub fn having(&mut self, value: Option<ast::Expr>) -> &mut Self {
344 self.having = value;
345 self

Callers 15

sorted_config_entriesFunction · 0.45
sorted_config_entriesFunction · 0.45
build_batchFunction · 0.45
split_filesMethod · 0.45
test_ffi_udafFunction · 0.45
test_ffi_grouping_udafFunction · 0.45
udf_as_input_to_udfFunction · 0.45
merge_unsorted_f64Method · 0.45
merge_sorted_f64Method · 0.45
merge_digestsMethod · 0.45
run_testsFunction · 0.45

Calls

no outgoing calls

Tested by 10

test_ffi_udafFunction · 0.36
test_ffi_grouping_udafFunction · 0.36
udf_as_input_to_udfFunction · 0.36
run_testsFunction · 0.36
limit_push_down_sortFunction · 0.36
eliminate_sort_exprFunction · 0.36