public class RangeSource extends Object
| Constructor and Description |
|---|
RangeSource(H2TreeIndex idx,
Iterable<GridH2RowRangeBounds> bounds,
int segment,
BPlusTree.TreeRowClosure<H2Row,H2Row> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreRows() |
GridH2RowRange |
next(int maxRows) |
public RangeSource(H2TreeIndex idx, Iterable<GridH2RowRangeBounds> bounds, int segment, BPlusTree.TreeRowClosure<H2Row,H2Row> filter)
bounds - Bounds.segment - Segment.filter - Filter.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. 8.9.17-p1 Release Date : November 27 2025