Class IteratorBasedExecutablePlanImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.IteratorBasedExecutablePlanImpl
- All Implemented Interfaces:
StatsProvider
,ExecutablePlan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns exceptions that were caught and collected during the execution of this plan (if any).getStats()
void
void
run
(QueryResultSink resultSink)
-
Field Details
-
it
-
-
Constructor Details
-
IteratorBasedExecutablePlanImpl
-
-
Method Details
-
run
- Specified by:
run
in interfaceExecutablePlan
- Throws:
ExecutionException
-
resetStats
public void resetStats()- Specified by:
resetStats
in interfaceStatsProvider
-
getStats
- Specified by:
getStats
in interfaceExecutablePlan
- Specified by:
getStats
in interfaceStatsProvider
-
getExceptionsCaughtDuringExecution
Description copied from interface:ExecutablePlan
Returns exceptions that were caught and collected during the execution of this plan (if any). If no exceptions were caught (which should be the normal case), then this function returns an empty list.- Specified by:
getExceptionsCaughtDuringExecution
in interfaceExecutablePlan
-