| Package | Description |
|---|---|
| org.apache.hudi.common.engine |
| Modifier and Type | Method and Description |
|---|---|
abstract <I,O> O |
HoodieEngineContext.aggregate(HoodieData<I> data,
O zeroValue,
Functions.Function2<O,I,O> seqOp,
Functions.Function2<O,O,O> combOp)
Aggregate the elements of each partition, and then the results for all the partitions, using given combine functions and a neutral "zero value".
|
abstract <I,O> O |
HoodieEngineContext.aggregate(HoodieData<I> data,
O zeroValue,
Functions.Function2<O,I,O> seqOp,
Functions.Function2<O,O,O> combOp)
Aggregate the elements of each partition, and then the results for all the partitions, using given combine functions and a neutral "zero value".
|
<I,O> O |
HoodieLocalEngineContext.aggregate(HoodieData<I> data,
O zeroValue,
Functions.Function2<O,I,O> seqOp,
Functions.Function2<O,O,O> combOp) |
<I,O> O |
HoodieLocalEngineContext.aggregate(HoodieData<I> data,
O zeroValue,
Functions.Function2<O,I,O> seqOp,
Functions.Function2<O,O,O> combOp) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.