public interface CombinerAggregator<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
combine(T val1,
T val2) |
T |
init(TridentTuple tuple) |
T |
zero() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.