| Interface | Description |
|---|---|
| InputSplit |
A serializable representation of a data split
|
| InputSplitAssigner |
An input split assigner distributes the
InputSplit within a table read session. |
| InputSplitWithBucket |
A data input split by bucket mode
|
| InputSplitWithIndex |
A data input split by size/parallelism mode
|
| InputSplitWithRowRange |
A data input split by row offset mode
|
| Class | Description |
|---|---|
| RowRange |
Helper struct to represent a range of row indexes `[startIndex, startIndex + numRecord)`.
|
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.