cycquery.ops.Limit¶
- class Limit(number)[source]¶
Bases:
QueryOp
Limit the number of rows returned in a query.
- Parameters:
number (
int
) – Number of rows to return in the limit.
Examples
>>> Limit(10)(table)
Initialize the operation.
Methods
Bases: QueryOp
Limit the number of rows returned in a query.
number (int
) – Number of rows to return in the limit.
Examples
>>> Limit(10)(table)
Initialize the operation.
Methods