| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq.node | |
| it.unibz.inf.ontop.iq.node.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistinctNode
See
IntermediateQueryFactory.createDistinctNode() for creating a new instance. |
interface |
OrderByNode
Follows a NULLS FIRST semantics (if ascending, NULLS LAST otherwise), similarly to SPARQL
See https://www.w3.org/TR/sparql11-query/#modOrderBy
See
IntermediateQueryFactory.createOrderByNode(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<it.unibz.inf.ontop.iq.node.OrderByNode.OrderComparator>) for creating a new instance. |
interface |
SliceNode
See
IntermediateQueryFactory.createSliceNode(long, long) for creating a new instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistinctNodeImpl |
class |
OrderByNodeImpl |
class |
QueryModifierNodeImpl |
class |
SliceNodeImpl |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.