Package org.voltdb.VoltSystemProcedure

Examples of org.voltdb.VoltSystemProcedure.SynthesizedPlanFragment


    private SynthesizedPlanFragment
    constructDistributePartitionedTableAggregatorFragment(boolean asReplicated)
    {
        int result_dependency_id = getNextDependencyId();
        SynthesizedPlanFragment plan_fragment = new SynthesizedPlanFragment();
        plan_fragment.fragmentId =
            SysProcFragmentId.PF_restoreReceiveResultTables;
        plan_fragment.multipartition = false;
        plan_fragment.outputDepId = result_dependency_id;
        plan_fragment.inputDepIds = getPlanDependencyIds();
View Full Code Here

TOP

Related Classes of org.voltdb.VoltSystemProcedure.SynthesizedPlanFragment

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.