Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.Groups.GroupingSets
Packages that use Groups.GroupingSets
-
Uses of Groups.GroupingSets in net.pricefx.formulaengine.scripting.queryapi
Methods in net.pricefx.formulaengine.scripting.queryapi that return Groups.GroupingSetsModifier and TypeMethodDescriptionGroups.GroupingSetsBuilder.distinct()Builds a grouping set removing potential groupings duplicates.Groups.GroupingSetsBuilder.notDistinct()Builds a grouping set without removing potential groupings duplicates.Method parameters in net.pricefx.formulaengine.scripting.queryapi with type arguments of type Groups.GroupingSetsModifier and TypeMethodDescriptionPipelineStage.aggregateByGroups(Function<Tables.Columns, Groups.GroupingSets> by, Function<Tables.Columns, Collection<? extends Selectable>> selectables) Adds a stage that aggregates the outputs of this stage by a given list of groupings.