TableExpr.
limit
Select the first n rows at beginning of table (may not be deterministic depending on implementation and presence of a sorting).
n (int) – Number of rows to include
offset (int, default 0) – Number of rows to skip first
limited
TableExpr