public class RangeSource extends Object
| Constructor and Description |
|---|
RangeSource(H2TreeIndex idx,
Iterable<GridH2RowRangeBounds> bounds,
int segment,
IndexQueryContext qryCtx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreRows() |
GridH2RowRange |
next(int maxRows) |
public RangeSource(H2TreeIndex idx, Iterable<GridH2RowRangeBounds> bounds, int segment, IndexQueryContext qryCtx)
bounds - Bounds.segment - Segment.qryCtx - Index query context.public boolean hasMoreRows()
true If there are more rows in this source.public GridH2RowRange next(int maxRows)
maxRows - Max allowed rows.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023