Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2RowRange
-
Packages that use GridH2RowRange Package Description org.apache.ignite.internal.processors.query.h2.opt.join org.apache.ignite.internal.processors.query.h2.twostep.msg -
-
Uses of GridH2RowRange in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return GridH2RowRange Modifier and Type Method Description GridH2RowRangeRangeSource. next(int maxRows) -
Uses of GridH2RowRange in org.apache.ignite.internal.processors.query.h2.twostep.msg
Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return types with arguments of type GridH2RowRange Modifier and Type Method Description List<GridH2RowRange>GridH2IndexRangeResponse. ranges()Method parameters in org.apache.ignite.internal.processors.query.h2.twostep.msg with type arguments of type GridH2RowRange Modifier and Type Method Description voidGridH2IndexRangeResponse. ranges(List<GridH2RowRange> ranges)
-