| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
IntermediateQueryFactory.createInnerJoinNode() |
InnerJoinNode |
IntermediateQueryFactory.createInnerJoinNode(ImmutableExpression joiningCondition) |
InnerJoinNode |
IntermediateQueryFactory.createInnerJoinNode(Optional<ImmutableExpression> joiningCondition) |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
QueryNodeRenamer.transform(InnerJoinNode innerJoinNode) |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
QueryNodeRenamer.transform(InnerJoinNode innerJoinNode) |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
InnerJoinNode.acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer) |
InnerJoinNode |
InnerJoinNode.changeOptionalFilterCondition(Optional<ImmutableExpression> newOptionalFilterCondition) |
InnerJoinNode |
InnerJoinNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryNodeVisitor.visit(InnerJoinNode innerJoinNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
InnerJoinNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
InnerJoinNodeImpl.acceptNodeTransformer(HomogeneousQueryNodeTransformer transformer) |
InnerJoinNode |
InnerJoinNodeImpl.changeOptionalFilterCondition(Optional<ImmutableExpression> newOptionalFilterCondition) |
InnerJoinNode |
InnerJoinNodeImpl.clone() |
| Modifier and Type | Method and Description |
|---|---|
IQTree |
InnerJoinNormalizer.normalizeForOptimization(InnerJoinNode innerJoinNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children,
VariableGenerator variableGenerator,
IQProperties currentIQProperties) |
| Modifier and Type | Method and Description |
|---|---|
IQTree |
InnerJoinNormalizerImpl.normalizeForOptimization(InnerJoinNode innerJoinNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children,
VariableGenerator variableGenerator,
IQProperties currentIQProperties) |
IQTree |
NotRequiredVariableRemoverImpl.VariableRemoverTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
RightProvenanceNormalizer.FreshVariableTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
| Modifier and Type | Method and Description |
|---|---|
IQTree |
IQTreeVisitingTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
| Modifier and Type | Method and Description |
|---|---|
IQTree |
LazyRecursiveIQTreeVisitingTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
DefaultNonRecursiveIQTreeTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
DefaultRecursiveIQTreeVisitingTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
HomogeneousIQTreeVisitingTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
DefaultIdentityIQTreeVisitingTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
HomogeneousQueryNodeTransformer.transform(InnerJoinNode innerJoinNode) |
| Modifier and Type | Method and Description |
|---|---|
InnerJoinNode |
HomogeneousQueryNodeTransformer.transform(InnerJoinNode innerJoinNode) |
| Modifier and Type | Method and Description |
|---|---|
IQTree |
NotYetTypedEqualityTransformerImpl.ExpressionTransformer.transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
Optional<TermType> |
BasicUniqueTermTypeExtractor.TermTypeVariableVisitor.visitInnerJoin(InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children)
Returns the first type found for a variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardIntermediateQueryValidator.ValidationVisitor.visit(InnerJoinNode innerJoinNode) |
| Modifier and Type | Method and Description |
|---|---|
T |
IQVisitor.visitInnerJoin(InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.