Uses of Class
org.apache.ignite.internal.processors.query.h2.dml.UpdatePlan
-
Packages that use UpdatePlan Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2. -
-
Uses of UpdatePlan in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return UpdatePlan Modifier and Type Method Description UpdatePlanQueryParserResultDml. plan()Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type UpdatePlan Constructor Description QueryParserResultDml(GridSqlStatement stmt, @Nullable GridH2Table streamTbl, UpdatePlan plan)Constructor. -
Uses of UpdatePlan in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml that return UpdatePlan Modifier and Type Method Description static UpdatePlanUpdatePlanBuilder. planForBulkLoad(SqlBulkLoadCommand cmd, GridH2Table tbl)Prepare update plan for COPY command (AKA bulk load).static UpdatePlanUpdatePlanBuilder. planForStatement(QueryDescriptor planKey, GridSqlStatement stmt, IgniteH2Indexing idx, IgniteLogger log, boolean forceFillAbsentPKsWithDefaults)Generate SELECT statements to retrieve data for modifications from and find fast UPDATE or DELETE args, if available.Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type UpdatePlan Modifier and Type Method Description static UpdateResultDmlUtils. processSelectResult(UpdatePlan plan, Iterable<List<?>> cursor, int pageSize)static List<UpdateResult>DmlUtils. processSelectResultBatched(UpdatePlan plan, List<List<List<?>>> rows, int pageSize)Performs the planned update.Constructors in org.apache.ignite.internal.processors.query.h2.dml with parameters of type UpdatePlan Constructor Description DmlBulkLoadDataConverter(UpdatePlan plan)Creates the converter with the given update plan.
-