public interface ExtensionalDataNode extends DataNode<RelationPredicate>
| Modifier and Type | Method and Description |
|---|---|
ExtensionalDataNode |
acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer)
"Accept" method for the "Visitor" pattern.
|
ExtensionalDataNode |
clone()
Cloning is needed for having multiple copies
in the same intermediate query tree.
|
ExtensionalDataNode |
newAtom(DataAtom<RelationPredicate> newAtom)
Returns a new DataNode of the same type that will use the new atom
|
getProjectionAtomgetRootNodeacceptTransformer, acceptVisitor, applyDescendingSubstitution, applyDescendingSubstitutionWithoutOptimizing, applyFreshRenaming, getChildren, getKnownVariables, getPossibleVariableDefinitions, getVariableNullability, getVariables, inferUniqueConstraints, isConstructed, isDeclaredAsEmpty, isDistinct, isEquivalentTo, isLeaf, liftIncompatibleDefinitions, normalizeForOptimization, propagateDownConstraint, removeDistincts, replaceSubTree, validategetVariablesacceptVisitor, getLocallyDefinedVariables, getLocallyRequiredVariables, getLocalVariables, getRequiredVariables, isEquivalentTo, isSyntacticallyEquivalentTo, isVariableNullableExtensionalDataNode clone()
QueryNodeExtensionalDataNode acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer) throws QueryNodeTransformationException
QueryNodeacceptNodeTransformer in interface LeafIQTreeacceptNodeTransformer in interface QueryNodeQueryNodeTransformationExceptionExtensionalDataNode newAtom(DataAtom<RelationPredicate> newAtom)
DataNodenewAtom in interface DataNode<RelationPredicate>Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.