@Internal public class KeyByKeySelector extends Object implements org.apache.flink.api.java.functions.KeySelector<org.apache.flink.types.Row,Object>
KeyByKeySelector is responsible for extracting the first field of the input row as key.
The input row is generated by python DataStream map function in the format of
(key_selector.get_key(value), value) tuple2.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.