public class OwnedTupleExpr extends UnaryTupleOperator
arg
Constructor and Description |
---|
OwnedTupleExpr(RepositoryConnection owner,
TupleExpr arg) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(Dataset dataset,
BindingSet bindings) |
RepositoryConnection |
getOwner() |
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that prints the name of the node's class. |
boolean |
hasQuery() |
void |
prepare(QueryLanguage queryLn,
String qry,
Map<String,String> bindings) |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
clone, equals, getArg, getAssuredBindingNames, getBindingNames, hashCode, replaceChildNode, setArg, visitChildren
getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getTotalTimeNanosActual, isGraphPatternGroup, isVariableScopeChange, nullEquals, replaceNodeInList, replaceWith, setCostEstimate, setGraphPatternGroup, setParentNode, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, setVariableScopeChange, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getTotalTimeNanosActual, replaceWith, setCostEstimate, setParentNode, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, toString
isGraphPatternGroup, setGraphPatternGroup
public OwnedTupleExpr(RepositoryConnection owner, TupleExpr arg)
public RepositoryConnection getOwner()
public void prepare(QueryLanguage queryLn, String qry, Map<String,String> bindings) throws RepositoryException, MalformedQueryException
public boolean hasQuery()
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(Dataset dataset, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationException
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
X extends Exception
public String getSignature()
AbstractQueryModelNode
QueryModelNode.getSignature()
that prints the name of the node's class.getSignature
in interface QueryModelNode
getSignature
in class AbstractQueryModelNode
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.