Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2RowRangeBounds
-
-
Uses of GridH2RowRangeBounds in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database with parameters of type GridH2RowRangeBounds Modifier and Type Method Description Iterator<H2Row>H2TreeIndex. findForSegment(GridH2RowRangeBounds bounds, int segment, IndexQueryContext qryCtx)Find rows for the segments (distributed joins). -
Uses of GridH2RowRangeBounds in org.apache.ignite.internal.processors.query.h2.opt.join
Constructor parameters in org.apache.ignite.internal.processors.query.h2.opt.join with type arguments of type GridH2RowRangeBounds Constructor Description RangeSource(H2TreeIndex idx, Iterable<GridH2RowRangeBounds> bounds, int segment, IndexQueryContext qryCtx) -
Uses of GridH2RowRangeBounds in org.apache.ignite.internal.processors.query.h2.twostep.msg
Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return GridH2RowRangeBounds Modifier and Type Method Description static GridH2RowRangeBoundsGridH2RowRangeBounds. rangeBounds(int rangeId, GridH2RowMessage first, GridH2RowMessage last)Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return types with arguments of type GridH2RowRangeBounds Modifier and Type Method Description List<GridH2RowRangeBounds>GridH2IndexRangeRequest. bounds()Method parameters in org.apache.ignite.internal.processors.query.h2.twostep.msg with type arguments of type GridH2RowRangeBounds Modifier and Type Method Description voidGridH2IndexRangeRequest. bounds(List<GridH2RowRangeBounds> bounds)
-