MCPcopy Create free account
hub / github.com/apache/arrow / OrderByNodeOptions

Function OrderByNodeOptions

cpp/src/arrow/acero/options.h:542–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 public:
541 static constexpr std::string_view kName = "order_by";
542 explicit OrderByNodeOptions(Ordering ordering) : ordering(std::move(ordering)) {}
543
544 /// \brief The new ordering to apply to outgoing data
545 Ordering ordering;

Callers 5

test_order_byFunction · 0.90
_sort_sourceFunction · 0.85
FromProtoFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_order_byFunction · 0.72
TESTFunction · 0.68
TESTFunction · 0.68