| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq.node | |
| it.unibz.inf.ontop.iq.node.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommutativeJoinNode
Commutative: the children order does not matter
|
interface |
InnerJoinLikeNode |
interface |
InnerJoinNode
See IntermediateQueryFactory for creating a new instance.
|
interface |
LeftJoinNode
See IntermediateQueryFactory for creating a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
JoinLikeNode |
JoinLikeNode.changeOptionalFilterCondition(Optional<ImmutableExpression> newOptionalFilterCondition)
Constructs a new JoinLikeNode with the following optional filter condition
(recall that a QueryNode is immutable).
|
| Modifier and Type | Class and Description |
|---|---|
class |
InnerJoinNodeImpl |
class |
JoinLikeNodeImpl |
class |
LeftJoinNodeImpl |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.