public interface WriteSelector extends Serializable
WriteSelector
determines to which logical downstream writers a record should be
written to.Modifier and Type | Method and Description |
---|---|
int |
select(InternalRow row,
int numWriters)
Returns the logical writer index, to which the given record should be written.
|
int select(InternalRow row, int numWriters)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.