Uses of Class
org.apache.ignite.internal.processors.query.h2.QueryTable
-
Packages that use QueryTable Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.opt org.apache.ignite.internal.processors.query.h2.twostep.msg -
-
Uses of QueryTable in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return types with arguments of type QueryTable Modifier and Type Method Description Set<QueryTable>GridCacheTwoStepQuery. tables()Method parameters in org.apache.ignite.internal.processors.query.h2 with type arguments of type QueryTable Modifier and Type Method Description static voidH2Utils. checkQuery(IgniteH2Indexing idx, List<Integer> cacheIds, Collection<QueryTable> tbls)Check if query is valid.static List<Integer>H2Utils. collectCacheIds(IgniteH2Indexing idx, @Nullable Integer mainCacheId, Collection<QueryTable> tbls)Collect cache identifiers from two-step query.Constructor parameters in org.apache.ignite.internal.processors.query.h2 with type arguments of type QueryTable Constructor Description GridCacheTwoStepQuery(String originalSql, int paramsCnt, Set<QueryTable> tbls, GridCacheSqlQuery rdc, List<GridCacheSqlQuery> mapQrys, boolean skipMergeTbl, boolean explain, boolean distributedJoins, boolean replicatedOnly, PartitionResult derivedPartitions, List<Integer> cacheIds, boolean locSplit, boolean treatReplicatedAsPartitioned) -
Uses of QueryTable in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return QueryTable Modifier and Type Method Description QueryTableGridH2Table. identifier() -
Uses of QueryTable 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 QueryTable Modifier and Type Method Description Collection<QueryTable>GridH2QueryRequest. tables()Get tables.Method parameters in org.apache.ignite.internal.processors.query.h2.twostep.msg with type arguments of type QueryTable Modifier and Type Method Description GridH2QueryRequestGridH2QueryRequest. tables(Collection<QueryTable> tbls)
-