Interface IntermediateResultElementSink
- All Known Subinterfaces:
 ClosableIntermediateResultElementSink
- All Known Implementing Classes:
 BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSink,BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin,BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSink,BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin,CollectingIntermediateResultElementSink,CollectingIntermediateResultElementSinkWithTranslation,ConnectorForAdditionalConsumer,PushBasedPlanThreadImplBase,PushBasedPlanThreadImplForBinaryOperator,PushBasedPlanThreadImplForNaryOperator,PushBasedPlanThreadImplForNullaryOperator,PushBasedPlanThreadImplForUnaryOperator,SynchronizedIntermediateResultElementSink
public interface IntermediateResultElementSink
- 
Method Summary
Modifier and TypeMethodDescriptiondefault intsend(Iterable<SolutionMapping> it) Consumes the given iterator, callingsend(SolutionMapping)for everySolutionMappingobtained from the iterator, and returns the number of solution mappings obtained from the iterator.default intsend(Iterator<SolutionMapping> it) Consumes the given iterator, callingsend(SolutionMapping)for everySolutionMappingobtained from the iterator, and returns the number of solution mappings obtained from the iterator.voidsend(SolutionMapping element)  
- 
Method Details
- 
send
 - 
send
Consumes the given iterator, callingsend(SolutionMapping)for everySolutionMappingobtained from the iterator, and returns the number of solution mappings obtained from the iterator. - 
send
Consumes the given iterator, callingsend(SolutionMapping)for everySolutionMappingobtained from the iterator, and returns the number of solution mappings obtained from the iterator. 
 -