Class LastIntermediateResultBlock
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased.LastIntermediateResultBlock
- All Implemented Interfaces:
IntermediateResultBlock
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an iterator over the intermediate result elements in this block.intsize()Returns the number of intermediate result elements in this block.
-
Field Details
-
wrappedBlock
-
-
Constructor Details
-
LastIntermediateResultBlock
-
-
Method Details
-
getWrappedBlock
-
size
public int size()Description copied from interface:IntermediateResultBlockReturns the number of intermediate result elements in this block.- Specified by:
sizein interfaceIntermediateResultBlock
-
getSolutionMappings
Description copied from interface:IntermediateResultBlockReturns an iterator over the intermediate result elements in this block.- Specified by:
getSolutionMappingsin interfaceIntermediateResultBlock
-