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.int
size()
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:IntermediateResultBlock
Returns the number of intermediate result elements in this block.- Specified by:
size
in interfaceIntermediateResultBlock
-
getSolutionMappings
Description copied from interface:IntermediateResultBlock
Returns an iterator over the intermediate result elements in this block.- Specified by:
getSolutionMappings
in interfaceIntermediateResultBlock
-