Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.Orders.Order
Packages that use Orders.Order
-
Uses of Orders.Order in net.pricefx.formulaengine.scripting.queryapi
Methods in net.pricefx.formulaengine.scripting.queryapi that return Orders.OrderModifier and TypeMethodDescriptionOrders.ascNullsFirst(Expression e) Builds an ascending order with nulls values evaluated as the lowest value.Orders.ascNullsLast(Expression e) Builds an ascending order with nulls values evaluated as the highest value.Orders.descNullsFirst(Expression e) Builds a descending order with nulls values evaluated as the lowest value.Orders.descNullsLast(Expression e) Builds a descending order with nulls values evaluated as the highest value.Method parameters in net.pricefx.formulaengine.scripting.queryapi with type arguments of type Orders.OrderModifier and TypeMethodDescriptionPipelineStage.sortBy(Function<Tables.Columns, List<Orders.Order>> orders) Adds a stage that sorts this stage output rows.WindowFunction.sortBy(List<Orders.Order> orders) Defines the ordering of the window.