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