@Internal public class PartitionCustomKeySelector extends Object implements org.apache.flink.api.java.functions.KeySelector<org.apache.flink.types.Row,Integer>
PartitionCustomKeySelector will return the first field of the input row value. The
value of the first field is the desired partition index which is computed according to user
defined partitioner and keySelector function.| Constructor and Description |
|---|
PartitionCustomKeySelector() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.