equery_utils (equery v0.22.0)
View SourceIdentifier wrapping and shared grammar helpers.
Mostly internal: identifier quoting (wrap/1, wrap_table/1,
field_name/1) and the order-item builder shared between top-level
ORDER BY and aggregate-internal ordering (order_item_exp/1).
Summary
Functions
-spec order_item_exp({qast:ast_node(), asc | desc} | {qast:ast_node(), asc | desc, nulls_first | nulls_last}) -> qast:ast_node().