AbacusSql.order_by

You're seeing just the function order_by, go back to AbacusSql module for more information.
Link to this function

order_by(query, term, ascending? \\ true, opts \\ [])

View Source

Specs

order_by(Ecto.Query.t(), t(), boolean(), options()) :: Ecto.Query.t()

Adds an order_by expression to the query.