Class SplittingParallelizer

All Implemented Interfaces:
ParallelizationParameters, QueryParallelizer

public class SplittingParallelizer extends DefaultQueryParallelizer
SimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to help with getting PlanFragments for split plan. Split plan is essentially ability to create multiple Physical Operator plans from original Physical Operator plan to be able to run plans separately. Moving functionality specific to splitting the plan to this class allows not to pollute parent class with non-authentic functionality.