Package | Description |
---|---|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
Modifier and Type | Class and Description |
---|---|
class |
SortOrder<E>
Default impl.
|
Modifier and Type | Method and Description |
---|---|
ISortOrder[] |
SortOp.getSortOrder() |
Constructor and Description |
---|
BindingSetComparator(ISortOrder<E>[] sortOrder,
Comparator<E> valueComparator) |
Modifier and Type | Method and Description |
---|---|
ISortOrder[] |
IQueryOptions.getOrderBy()
An optional array of
ISortOrder s describing the sort order that
will be imposed on the generated solutions when the rule is evaluated as
a query. |
ISortOrder[] |
QueryOptions.getOrderBy() |
Constructor and Description |
---|
QueryOptions(boolean distinct,
boolean stable,
ISortOrder[] orderBy,
ISlice slice) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.