public interface CombinerAggregator<T> extends Serializable
T
combine(T val1, T val2)
init(TridentTuple tuple)
zero()
T init(TridentTuple tuple)
T combine(T val1, T val2)
T zero()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.