@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
input value is generated by the PythonPartitionCustomOperator after executed user defined
partitioner and keySelector function. The value of the first field will be the desired partition
index.| Constructor and Description |
|---|
PartitionCustomKeySelector() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.