Interface ExecutablePlan
- All Superinterfaces:
StatsProvider
- All Known Implementing Classes:
IteratorBasedExecutablePlanImpl
,TaskBasedExecutablePlanImpl
-
Method Summary
Modifier and TypeMethodDescriptionReturns exceptions that were caught and collected during the execution of this plan (if any).getStats()
void
run
(QueryResultSink resultSink) Methods inherited from interface se.liu.ida.hefquin.base.utils.StatsProvider
resetStats
-
Method Details
-
run
- Throws:
ExecutionException
-
getStats
ExecutablePlanStats getStats()- Specified by:
getStats
in interfaceStatsProvider
-
getExceptionsCaughtDuringExecution
-