| 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; |
no outgoing calls