Interface Execution
- All Superinterfaces:
- AutoCloseable
- All Known Implementing Classes:
- ParallelExecution,- SequentialExecution
Encapsulates the state of a query execution.
- Author:
- Mathias Hofer
- 
Method Details- 
streamStream<Interpretation> stream()Must only be called once, it is up to the implementation what happens it is called more than once.- Returns:
- Stream
 
- 
closevoid close()- Specified by:
- closein interface- AutoCloseable
 
 
-