Represent a LIMIT clause that restricts the number of returned rows.
Optional
Comments from before the LIMIT keyword (emitted after the limit value)
Whether PERCENT modifier is present (DuckDB: LIMIT 10 PERCENT)
The limit count expression.
Represent a LIMIT clause that restricts the number of returned rows.