| Package | Description |
|---|---|
| com.bigdata.rdf.rules | |
| com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
| Modifier and Type | Method and Description |
|---|---|
protected IRule |
TestSlice.newRule(AbstractTripleStore store,
ISlice slice,
BigdataValue foo,
BigdataValue bar)
Creates a new rule instance for
TestSlice.test_slice(). |
| Modifier and Type | Class and Description |
|---|---|
class |
Slice
Default implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static ISlice |
Slice.ALL
A slice corresponding to all results (offset is zero, limit is
Long.MAX_VALUE). |
| Modifier and Type | Method and Description |
|---|---|
ISlice |
IQueryOptions.getSlice()
An optional
ISlice describing a constraint on the first
solution and the maximum #of solutions to be materialized by a
query. |
ISlice |
QueryOptions.getSlice() |
| Constructor and Description |
|---|
QueryOptions(boolean distinct,
boolean stable,
ISortOrder[] orderBy,
ISlice slice) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.