if (offsetNode != null) {
offset = (Integer)offsetNode.jjtAccept(this, null);
}
if (offset >= 1 || limit >= 0) {
tupleExpr = new Slice(tupleExpr, offset, limit);
}
}
// Process describe clause last
return (TupleExpr)node.getDescribe().jjtAccept(this, tupleExpr);