| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq.node | |
| it.unibz.inf.ontop.iq.node.impl | |
| it.unibz.inf.ontop.iq.type.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregationNode
Combines GROUP BY and a projection
See IntermediateQueryFactory for creating a new instance.
|
interface |
ConstructionNode
Head node an IntermediateQuery
TODO: further explain
See IntermediateQueryFactory for creating a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationNodeImpl |
class |
ConstructionNodeImpl |
class |
ExtendedProjectionNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<ExtendedProjectionNode> |
ExtendedProjectionNodeImpl.computeNewProjectionNode(com.google.common.collect.ImmutableSet<Variable> newProjectedVariables,
ImmutableSubstitution<ImmutableTerm> theta,
IQTree newChild) |
protected Optional<ExtendedProjectionNode> |
ConstructionNodeImpl.computeNewProjectionNode(com.google.common.collect.ImmutableSet<Variable> newProjectedVariables,
ImmutableSubstitution<ImmutableTerm> theta,
IQTree newChild) |
protected Optional<ExtendedProjectionNode> |
AggregationNodeImpl.computeNewProjectionNode(com.google.common.collect.ImmutableSet<Variable> newProjectedVariables,
ImmutableSubstitution<ImmutableTerm> theta,
IQTree newChild) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<TermType> |
BasicUniqueTermTypeExtractor.TermTypeVariableVisitor.visitExtendedProjection(ExtendedProjectionNode rootNode,
IQTree child) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.