Class FederatedDescribeOperator
java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
org.eclipse.rdf4j.query.algebra.DescribeOperator
org.eclipse.rdf4j.federated.algebra.FederatedDescribeOperator
- All Implemented Interfaces:
 Serializable, Cloneable, QueryRef, QueryModelNode, TupleExpr, VariableScopeChange
Specialized 
DescribeOperator Node for maintaining QueryInfo.- Author:
 - Andreas Schwarte
 - See Also:
 
- 
Field Summary
Fields inherited from class UnaryTupleOperator
arg - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionRetrieve the attached query information of the tuple expressionMethods inherited from class DescribeOperator
visitMethods inherited from class UnaryTupleOperator
clone, equals, getArg, getAssuredBindingNames, getBindingNames, getOrder, getSupportedOrders, hashCode, replaceChildNode, setArg, setOrder, visitChildrenMethods inherited from class AbstractQueryModelNode
getCardinality, getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getSignature, getTotalTimeNanosActual, isCardinalitySet, isVariableScopeChange, nullEquals, replaceNodeInList, replaceWith, resetCardinality, setCardinality, setCostEstimate, setParentNode, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, setVariableScopeChange, shouldCacheCardinality, toStringMethods inherited from interface QueryModelNode
getCostEstimate, getParentNode, getResultSizeActual, getResultSizeEstimate, getSignature, getTotalTimeNanosActual, replaceWith, setCostEstimate, setParentNode, setResultSizeActual, setResultSizeEstimate, setTotalTimeNanosActual, toString 
- 
Constructor Details
- 
FederatedDescribeOperator
 
 - 
 - 
Method Details
- 
getQueryInfo
Description copied from interface:QueryRefRetrieve the attached query information of the tuple expression- Specified by:
 getQueryInfoin interfaceQueryRef- Returns:
 - the 
QueryInfo 
 
 -