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)
WriteSelector
select
in interface WriteSelector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.