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

Function to_order_by_exprs

datafusion/sql/src/query.rs:385–387  ·  view source on GitHub ↗

Returns the order by expressions from the query.

(order_by: Option<OrderBy>)

Source from the content-addressed store, hash-verified

383
384/// Returns the order by expressions from the query.
385fn to_order_by_exprs(order_by: Option<OrderBy>) -> Result<Vec<OrderByExpr>> {
386 to_order_by_exprs_with_select(order_by, None)
387}
388
389/// Returns the order by expressions from the query with the select expressions.
390pub(crate) fn to_order_by_exprs_with_select(

Callers 1

query_to_planMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…