public class RowDataChannelComputer extends Object implements ChannelComputer<InternalRow>
Constructor and Description |
---|
RowDataChannelComputer(TableSchema schema,
boolean hasLogSink) |
Modifier and Type | Method and Description |
---|---|
int |
channel(BinaryRow partition,
int bucket) |
int |
channel(InternalRow record) |
void |
setup(int numChannels) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
select, select, transform
public RowDataChannelComputer(TableSchema schema, boolean hasLogSink)
public void setup(int numChannels)
setup
in interface ChannelComputer<InternalRow>
public int channel(InternalRow record)
channel
in interface ChannelComputer<InternalRow>
public int channel(BinaryRow partition, int bucket)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.