Class PrecompiledQueryNode
java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
org.eclipse.rdf4j.query.algebra.QueryRoot
org.eclipse.rdf4j.federated.algebra.PrecompiledQueryNode
- All Implemented Interfaces:
 Serializable, Cloneable, QueryModelNode, TupleExpr, VariableScopeChange
Node representing a precompiled query.
- Author:
 - Andreas Schwarte
 - See Also:
 
- 
Field Summary
Fields inherited from class UnaryTupleOperator
arg - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class QueryRoot
equals, hashCode, setParentNode, visitMethods inherited from class UnaryTupleOperator
getArg, getAssuredBindingNames, getBindingNames, getOrder, getSupportedOrders, replaceChildNode, setArg, setOrder, visitChildrenMethods inherited from class AbstractQueryModelNode
getCardinality, getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getSignature, getTotalTimeNanosActual, isCardinalitySet, isVariableScopeChange, nullEquals, replaceNodeInList, replaceWith, resetCardinality, setCardinality, setCostEstimate, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, setVariableScopeChange, shouldCacheCardinality, toStringMethods inherited from interface QueryModelNode
getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getSignature, getTotalTimeNanosActual, replaceWith, setCostEstimate, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, toString 
- 
Constructor Details
- 
PrecompiledQueryNode
 
 - 
 - 
Method Details
- 
getQuery
 - 
clone
Description copied from interface:QueryModelNodeReturns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes. 
 -