Expand description
Defines the LIMIT plan
Structsยง
- Global
Limit Exec - Limit execution plan
- Limit
Stream - A Limit stream skips
skiprows, and then fetch up tofetchrows. - Local
Limit Exec - LocalLimitExec applies a limit to a single partition
Defines the LIMIT plan
skip rows, and then fetch up to fetch rows.