Uses of Interface
com.bigdata.relation.rule.IQueryOptions

Packages that use IQueryOptions
com.bigdata.relation.rule This package includes an abstraction layer for rules. 
 

Uses of IQueryOptions in com.bigdata.relation.rule
 

Classes in com.bigdata.relation.rule that implement IQueryOptions
 class QueryOptions
           
 

Fields in com.bigdata.relation.rule declared as IQueryOptions
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.
 

Methods in com.bigdata.relation.rule that return IQueryOptions
 IQueryOptions Program.getQueryOptions()
           
 IQueryOptions IStep.getQueryOptions()
          Return additional constraints that must be imposed during query evaluation.
 IQueryOptions Rule.getQueryOptions()
           
 

Constructors in com.bigdata.relation.rule with parameters of type IQueryOptions
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-2011 SYSTAP, LLC. All Rights Reserved.