Package org.aksw.jenax.path.algebra.op
Class PathOpSlice
java.lang.Object
org.aksw.jenax.path.algebra.op.PathOp1
org.aksw.jenax.path.algebra.op.PathOpSlice
Only take a certain range of items from the sub op;
rewrite(slice(op, limit, offset)) := { SELECT * { rewrite(op) } LIMIT limit OFFSET from }
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
protected long offset -
limit
protected long limit
-
-
Constructor Details
-
PathOpSlice
public PathOpSlice()
-