public interface InnerJoinNode extends InnerJoinLikeNode
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer)
"Accept" method for the "Visitor" pattern.
|
InnerJoinNode |
changeOptionalFilterCondition(Optional<ImmutableExpression> newOptionalFilterCondition)
Constructs a new JoinLikeNode with the following optional filter condition
(recall that a QueryNode is immutable).
|
InnerJoinNode |
clone()
Cloning is needed for having multiple copies
in the same intermediate query tree.
|
getOptionalFilterConditionacceptVisitor, getLocallyDefinedVariables, getLocallyRequiredVariables, getLocalVariables, getRequiredVariables, isEquivalentTo, isSyntacticallyEquivalentTo, isVariableNullableacceptTransformer, acceptVisitor, applyDescendingSubstitution, applyDescendingSubstitutionWithoutOptimizing, applyFreshRenaming, computeNotInternallyRequiredVariables, getPossibleVariableDefinitions, getVariableNullability, inferUniqueConstraints, isConstructed, isDistinct, liftIncompatibleDefinitions, normalizeForOptimization, propagateDownConstraint, removeDistincts, validateNodeInnerJoinNode clone()
QueryNodeclone in interface InnerJoinLikeNodeclone in interface QueryNodeInnerJoinNode acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer) throws QueryNodeTransformationException
QueryNodeacceptNodeTransformer in interface InnerJoinLikeNodeacceptNodeTransformer in interface NaryOperatorNodeacceptNodeTransformer in interface QueryNodeQueryNodeTransformationExceptionInnerJoinNode changeOptionalFilterCondition(Optional<ImmutableExpression> newOptionalFilterCondition)
JoinLikeNodechangeOptionalFilterCondition in interface CommutativeJoinNodechangeOptionalFilterCondition in interface InnerJoinLikeNodechangeOptionalFilterCondition in interface JoinLikeNodeCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.