Package edu.brown.hstore

Examples of edu.brown.hstore.BatchPlanner$PlanVertex


        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);
View Full Code Here

TOP

Related Classes of edu.brown.hstore.BatchPlanner$PlanVertex

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.