Package | Description |
---|---|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryOptions |
Modifier and Type | Field and Description |
---|---|
static IQueryOptions |
QueryOptions.DISTINCT
An instance specifying
distinct := true but none of the
other IQueryOptions . |
static IQueryOptions |
QueryOptions.NONE
An instance specifying NONE of the constraints declared by
IQueryOptions . |
Modifier and Type | Method and Description |
---|---|
IQueryOptions |
Program.getQueryOptions() |
IQueryOptions |
Rule.getQueryOptions() |
IQueryOptions |
IStep.getQueryOptions()
Return additional constraints that must be imposed during query
evaluation.
|
Constructor and Description |
---|
Program(String name,
boolean parallel,
IQueryOptions queryOptions)
An empty program.
|
Rule(String name,
IPredicate head,
IPredicate[] tail,
IQueryOptions queryOptions,
IConstraint[] constraints)
Rule ctor.
|
Rule(String name,
IPredicate head,
IPredicate[] tail,
IQueryOptions queryOptions,
IConstraint[] constraints,
IBindingSet constants,
IRuleTaskFactory taskFactory) |
Rule(String name,
IPredicate head,
IPredicate[] tail,
IQueryOptions queryOptions,
IConstraint[] constraints,
IBindingSet constants,
IRuleTaskFactory taskFactory,
IVariable[] requiredVars)
Fully specified ctor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.