public class KeyPartRowChannelComputer extends Object implements ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<KeyPartOrRow,InternalRow>>
ChannelComputer
for KeyPartOrRow and row.Constructor and Description |
---|
KeyPartRowChannelComputer(RowType rowType,
RowType keyPartType,
List<String> primaryKey) |
Modifier and Type | Method and Description |
---|---|
int |
channel(org.apache.flink.api.java.tuple.Tuple2<KeyPartOrRow,InternalRow> record) |
void |
setup(int numChannels) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
select, select, transform
public void setup(int numChannels)
setup
in interface ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<KeyPartOrRow,InternalRow>>
public int channel(org.apache.flink.api.java.tuple.Tuple2<KeyPartOrRow,InternalRow> record)
channel
in interface ChannelComputer<org.apache.flink.api.java.tuple.Tuple2<KeyPartOrRow,InternalRow>>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.