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

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

Uses of ISlice in com.bigdata.relation.rule
 

Classes in com.bigdata.relation.rule that implement ISlice
 class Slice
          Default implementation.
 

Fields in com.bigdata.relation.rule declared as ISlice
static ISlice Slice.ALL
          A slice corresponding to all results (offset is zero, limit is Long.MAX_VALUE).
 

Methods in com.bigdata.relation.rule that return ISlice
 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()
           
 

Constructors in com.bigdata.relation.rule with parameters of type ISlice
QueryOptions(boolean distinct, boolean stable, ISortOrder[] orderBy, ISlice slice)
           
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.