public class FixedBucketWriteSelector extends Object implements WriteSelector
| Constructor and Description |
|---|
FixedBucketWriteSelector(TableSchema schema) |
| 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.
|
public FixedBucketWriteSelector(TableSchema schema)
public int select(InternalRow row, int numWriters)
WriteSelectorselect in interface WriteSelectorCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.