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