Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuery
-
Packages that use GridSqlQuery Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.affinity org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2.org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of GridSqlQuery in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type GridSqlQuery Modifier and Type Method Description static voidGridSubqueryJoinOptimizer. pullOutSubQueries(GridSqlQuery parent)Pulls out subquery from parent query where possible. -
Uses of GridSqlQuery in org.apache.ignite.internal.processors.query.h2.affinity
Methods in org.apache.ignite.internal.processors.query.h2.affinity with parameters of type GridSqlQuery Modifier and Type Method Description PartitionResultPartitionExtractor. extract(GridSqlQuery qry)Extract partitions. -
Uses of GridSqlQuery in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml that return GridSqlQuery Modifier and Type Method Description static GridSqlQueryDmlAstUtils. selectForInsertOrMerge(GridSqlColumn[] cols, List<GridSqlElement[]> rows, GridSqlQuery subQry)Create SELECT on which subsequent INSERT or MERGE will be based.Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type GridSqlQuery Modifier and Type Method Description static GridSqlQueryDmlAstUtils. selectForInsertOrMerge(GridSqlColumn[] cols, List<GridSqlElement[]> rows, GridSqlQuery subQry)Create SELECT on which subsequent INSERT or MERGE will be based. -
Uses of GridSqlQuery in org.apache.ignite.internal.processors.query.h2.sql
Subclasses of GridSqlQuery in org.apache.ignite.internal.processors.query.h2.sql Modifier and Type Class Description classGridSqlSelectPlain SELECT query.classGridSqlUnionSelect query with UNION.Methods in org.apache.ignite.internal.processors.query.h2.sql with type parameters of type GridSqlQuery Modifier and Type Method Description <X extends GridSqlQuery>
XGridSqlSubquery. subquery()Methods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlQuery Modifier and Type Method Description GridSqlQueryGridSqlUnion. left()static GridSqlQueryGridSqlQueryParser. parseQuery(org.h2.command.Prepared prepared, boolean useOptimizedSubqry, IgniteLogger log)Parse query.GridSqlQueryGridSqlInsert. query()GridSqlQueryGridSqlMerge. query()GridSqlQueryGridSqlUnion. right()Methods in org.apache.ignite.internal.processors.query.h2.sql with parameters of type GridSqlQuery Modifier and Type Method Description static voidSplitterUtils. findParamsQuery(GridSqlQuery qry, int paramsCnt, TreeSet<Integer> paramIdxs)voidGridSqlUnion. left(GridSqlQuery left)GridSqlInsertGridSqlInsert. query(GridSqlQuery qry)GridSqlMergeGridSqlMerge. query(GridSqlQuery qry)voidGridSqlUnion. right(GridSqlQuery right)static GridCacheTwoStepQueryGridSqlQuerySplitter. split(H2PooledConnection conn, GridSqlQuery qry, String originalSql, boolean collocatedGrpBy, boolean distributedJoins, boolean enforceJoinOrder, boolean locSplit, IgniteH2Indexing idx, int paramsCnt, IgniteLogger log)Constructors in org.apache.ignite.internal.processors.query.h2.sql with parameters of type GridSqlQuery Constructor Description GridSqlSubquery(GridSqlQuery subQry)
-