T
- @Internal public class SelectByMinFunction<T extends org.apache.flink.api.java.tuple.Tuple> extends Object implements org.apache.flink.api.common.functions.ReduceFunction<T>
构造器和说明 |
---|
SelectByMinFunction(org.apache.flink.api.java.typeutils.TupleTypeInfo<T> type,
int... fields)
Constructor which is overwriting the default constructor.
|
public SelectByMinFunction(org.apache.flink.api.java.typeutils.TupleTypeInfo<T> type, int... fields)
type
- Types of tuple whether to check if given fields are key types.fields
- Array of integers which are used as key for comparison. The order of indexes
is regarded in the reduce function. First index has highest priority and last index has
least priority.public T reduce(T value1, T value2) throws Exception
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.