Class ExecOpBind
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBaseWithIterator
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpBind
- All Implemented Interfaces:
StatsProvider
,ExecutableOperator
,UnaryExecutableOp
To be used for BIND clauses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.jena.sparql.core.VarExprList
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
timeAtCurrentProcStart
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions
-
Constructor Summary
ConstructorsConstructorDescriptionExecOpBind
(org.apache.jena.sparql.core.VarExprList bindExpressions, boolean collectExceptions) ExecOpBind
(org.apache.jena.sparql.core.Var var, org.apache.jena.sparql.expr.Expr expr, boolean collectExceptions) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBaseWithIterator
_concludeExecution, _process, _process, createStats, preferredInputBlockSize, resetStats
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
concludeExecution, getStats, process
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, recordExceptionCaughtDuringExecution
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
getExceptionsCaughtDuringExecution
-
Field Details
-
bindExpressions
protected final org.apache.jena.sparql.core.VarExprList bindExpressions
-
-
Constructor Details
-
ExecOpBind
public ExecOpBind(org.apache.jena.sparql.core.VarExprList bindExpressions, boolean collectExceptions) -
ExecOpBind
public ExecOpBind(org.apache.jena.sparql.core.Var var, org.apache.jena.sparql.expr.Expr expr, boolean collectExceptions)
-
-
Method Details
-
createInputToOutputIterator
- Specified by:
createInputToOutputIterator
in classUnaryExecutableOpBaseWithIterator
-