Class Slice

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, TupleExpr, VariableScopeChange

public class Slice extends UnaryTupleOperator
The SLICE operator, as defined in SPARQL Query Language for RDF. The SLICE operator selects specific results from the underlying tuple expression based on an offset and limit value (both optional).
Author:
Arjohn Kampman
See Also: