- Type Parameters:
T -
- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapPartitionFunction<T,Object[][]>, org.apache.flink.api.common.functions.RichFunction
public class RangeBoundaryBuilder<T>
extends org.apache.flink.api.common.functions.RichMapPartitionFunction<T,Object[][]>
Build RangeBoundaries with input records. First, sort the input records, and then select
the boundaries with same interval.
- See Also:
- Serialized Form