public interface IAggregatableStream
Modifier and Type | Method and Description |
---|---|
IAggregatableStream |
each(Fields inputFields,
Function function,
Fields functionFields) |
Fields |
getOutputFields() |
IAggregatableStream |
partitionAggregate(Fields inputFields,
Aggregator agg,
Fields functionFields) |
Stream |
toStream() |
IAggregatableStream each(Fields inputFields, Function function, Fields functionFields)
IAggregatableStream partitionAggregate(Fields inputFields, Aggregator agg, Fields functionFields)
Stream toStream()
Fields getOutputFields()
Copyright © 2022 The Apache Software Foundation. All rights reserved.