Uses of Class
com.hazelcast.jet.pipeline.GroupAggregateBuilder
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of GroupAggregateBuilder in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptiondefault <R0> GroupAggregateBuilder<K,
R0> BatchStageWithKey.aggregateBuilder
(AggregateOperation1<? super T, ?, ? extends R0> aggrOp0) Offers a step-by-step API to build a pipeline stage that co-aggregates the data from several input stages.