Uses of Class
se.liu.ida.hefquin.engine.queryplan.executable.impl.ExecPlanTaskInputException
Packages that use ExecPlanTaskInputException
Package
Description
- 
Uses of ExecPlanTaskInputException in se.liu.ida.hefquin.engine.queryplan.executable.impl
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that throw ExecPlanTaskInputExceptionModifier and TypeMethodDescriptionExecPlanTask.getNextIntermediateResultBlock()Returns either the next intermediate result block produced by this task ornullif all these blocks have been returned already to earlier calls of this function. - 
Uses of ExecPlanTaskInputException in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that throw ExecPlanTaskInputExceptionModifier and TypeMethodDescriptionfinal IntermediateResultBlockPullBasedExecPlanTaskBase.getNextIntermediateResultBlock()protected abstract IntermediateResultBlockPullBasedExecPlanTaskBase.produceNextIntermediateResultBlock()Produces and returns a newIntermediateResultBlock.protected IntermediateResultBlockPullBasedExecPlanTaskForBinaryOperator.produceNextIntermediateResultBlock()protected IntermediateResultBlockPullBasedExecPlanTaskForUnaryOperator.produceNextIntermediateResultBlock() - 
Uses of ExecPlanTaskInputException in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that throw ExecPlanTaskInputExceptionModifier and TypeMethodDescriptionfinal IntermediateResultBlockPushBasedExecPlanTaskBase.getNextIntermediateResultBlock()protected abstract voidPushBasedExecPlanTaskBase.produceOutput(IntermediateResultElementSink sink) protected voidPushBasedExecPlanTaskForBinaryOperator.produceOutput(IntermediateResultElementSink sink) protected voidPushBasedExecPlanTaskForNaryOperator.produceOutput(IntermediateResultElementSink sink) protected voidPushBasedExecPlanTaskForNullaryOperator.produceOutput(IntermediateResultElementSink sink) protected voidPushBasedExecPlanTaskForUnaryOperator.produceOutput(IntermediateResultElementSink sink) protected voidPushBasedExecPlanTaskForNaryOperator.produceOutputByConsumingAllInputsInParallel(IntermediateResultElementSink sink) Consumes the complete i-th input first (and pushes that input to the operatorPushBasedExecPlanTaskForNaryOperator.op), before moving on to the (i+1)-th input.protected voidPushBasedExecPlanTaskForBinaryOperator.produceOutputByConsumingBothInputsInParallel(IntermediateResultElementSink sink) Aims to consume both inputs in parallel.protected voidPushBasedExecPlanTaskForBinaryOperator.produceOutputByConsumingInput1First(IntermediateResultElementSink sink) Consumes the complete child 1 input first (and pushes that input to the operatorPushBasedExecPlanTaskForBinaryOperator.op), before moving on to the input from child 2.protected voidPushBasedExecPlanTaskForNaryOperator.produceOutputByConsumingInputsOneAfterAnother(IntermediateResultElementSink sink) Consumes the complete i-th input first (and pushes that input to the operatorPushBasedExecPlanTaskForNaryOperator.op), before moving on to the (i+1)-th input.