Class MaterializingQueryResultSinkImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.MaterializingQueryResultSinkImpl
- All Implemented Interfaces:
 QueryResultSink
An implementation of 
QueryResultSink
 that simply materializes the query result.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns an iterator over the materialized result.voidsend(SolutionMapping element) intsize()Returns the size of the materialized result. 
- 
Field Details
- 
l
 
 - 
 - 
Constructor Details
- 
MaterializingQueryResultSinkImpl
public MaterializingQueryResultSinkImpl() 
 - 
 - 
Method Details
- 
send
- Specified by:
 sendin interfaceQueryResultSink
 - 
getSolMapsIter
Returns an iterator over the materialized result. - 
size
public int size()Returns the size of the materialized result. 
 -