Uses of Class
com.hazelcast.jet.pipeline.GroupAggregateBuilder1
Packages that use GroupAggregateBuilder1
Package
Description
The Pipeline API is Jet's high-level API to build and execute
 distributed computation jobs.
- 
Uses of GroupAggregateBuilder1 in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline that return GroupAggregateBuilder1Modifier and TypeMethodDescriptiondefault GroupAggregateBuilder1<T,K> BatchStageWithKey.aggregateBuilder()Offers a step-by-step API to build a pipeline stage that co-aggregates the data from several input stages.