Class QueryPlanCompilerForPushBasedExecution.Worker
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerForPushBasedExecution.Worker
- Enclosing class:
 QueryPlanCompilerForPushBasedExecution
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected PushBasedPlanThread_createThreads(PhysicalPlan qep, LinkedList<PushBasedPlanThread> tasks, ExecutionContext execCxt) voidcreateThreads(PhysicalPlan qep, LinkedList<PushBasedPlanThread> threads, ExecutionContext execCxt)  
- 
Field Details
- 
convertedSubPlans
 
 - 
 - 
Constructor Details
- 
Worker
protected Worker() 
 - 
 - 
Method Details
- 
createThreads
public void createThreads(PhysicalPlan qep, LinkedList<PushBasedPlanThread> threads, ExecutionContext execCxt)  - 
_createThreads
protected PushBasedPlanThread _createThreads(PhysicalPlan qep, LinkedList<PushBasedPlanThread> tasks, ExecutionContext execCxt)  
 -