JoinExecutorBase
@Deprecated public abstract class JoinExecutorBase<T> extends JoinExecutorBase<T>
LookAheadIteration
and thus any
implementation of this class is applicable for pipelining when used in a different thread (access to shared variables
is synchronized).bindings, closed, finished, leftIter, NEXT_JOIN_ID, rightArg, rightIter, rightQueue
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings)
Deprecated.
|
addResult, done, getNextElement, handleBindings, handleClose, isFinished, run, toss
hasNext, next, remove
close, isClosed
public JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.