Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.H2Row
-
Packages that use H2Row Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.database org.apache.ignite.internal.processors.query.h2.opt org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of H2Row in org.apache.ignite.internal.processors.query.h2
Constructor parameters in org.apache.ignite.internal.processors.query.h2 with type arguments of type H2Row Constructor Description H2Cursor(GridCursor<H2Row> cursor) -
Uses of H2Row in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database that return types with arguments of type H2Row Modifier and Type Method Description Iterator<H2Row>H2TreeIndex. findForSegment(GridH2RowRangeBounds bounds, int segment, IndexQueryContext qryCtx)Find rows for the segments (distributed joins). -
Uses of H2Row in org.apache.ignite.internal.processors.query.h2.opt
Subclasses of H2Row in org.apache.ignite.internal.processors.query.h2.opt Modifier and Type Class Description classH2CacheRowTable row implementation based onGridQueryTypeDescriptor.classH2PlainRowSimple array based row.classH2PlainRowPairRow of two values.classH2PlainRowSingleSingle value row. -
Uses of H2Row in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return H2Row Modifier and Type Method Description H2RowCursorIteratorWrapper. next()
-