public interface ChainedFullAggregatorDeclarer extends IChainedAggregatorDeclarer
Modifier and Type | Method and Description |
---|---|
ChainedFullAggregatorDeclarer |
aggregate(Aggregator agg,
Fields functionFields) |
ChainedFullAggregatorDeclarer |
aggregate(CombinerAggregator agg,
Fields functionFields) |
ChainedFullAggregatorDeclarer |
aggregate(Fields inputFields,
Aggregator agg,
Fields functionFields) |
ChainedFullAggregatorDeclarer |
aggregate(Fields inputFields,
CombinerAggregator agg,
Fields functionFields) |
ChainedFullAggregatorDeclarer |
aggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields) |
ChainedFullAggregatorDeclarer |
aggregate(ReducerAggregator agg,
Fields functionFields) |
chainEnd
ChainedFullAggregatorDeclarer aggregate(Aggregator agg, Fields functionFields)
ChainedFullAggregatorDeclarer aggregate(Fields inputFields, Aggregator agg, Fields functionFields)
ChainedFullAggregatorDeclarer aggregate(CombinerAggregator agg, Fields functionFields)
ChainedFullAggregatorDeclarer aggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields)
ChainedFullAggregatorDeclarer aggregate(ReducerAggregator agg, Fields functionFields)
ChainedFullAggregatorDeclarer aggregate(Fields inputFields, ReducerAggregator agg, Fields functionFields)
Copyright © 2022 The Apache Software Foundation. All rights reserved.