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

Function get_orderby_values

datafusion/physical-expr/src/window/window_expr.rs:591–593  ·  view source on GitHub ↗

Get order by expression results inside `order_by_columns`.

(order_by_columns: Vec<SortColumn>)

Source from the content-addressed store, hash-verified

589
590/// Get order by expression results inside `order_by_columns`.
591pub(crate) fn get_orderby_values(order_by_columns: Vec<SortColumn>) -> Vec<ArrayRef> {
592 order_by_columns.into_iter().map(|s| s.values).collect()
593}
594
595#[derive(Debug)]
596pub enum WindowFn {

Callers 3

get_result_columnMethod · 0.85
evaluateMethod · 0.85
evaluate_statefulMethod · 0.85

Calls 3

collectMethod · 0.80
mapMethod · 0.45
into_iterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…