this.hstore_site = HStore.initialize(catalogContext, ((Site)catalog_part.getParent()).getId(), HStoreConf.singleton());
this.hstore_site.addPartitionExecutor(LOCAL_PARTITION, executor);
this.depTracker = hstore_site.getDependencyTracker(LOCAL_PARTITION);
this.depTrackerDbg = this.depTracker.getDebugContext();
BatchPlanner planner = new BatchPlanner(batch, catalog_proc, p_estimator);
this.plan = planner.plan(TXN_ID,
LOCAL_PARTITION,
catalogContext.getAllPartitionIds(),
this.touched_partitions,
params);
this.plan.getWorkFragmentsBuilders(TXN_ID, stmtCounters, ftasks);