Module datafusion_physical_plan::limit
source · Expand description
Defines the LIMIT plan
Structs§
- Limit execution plan
- A Limit stream skips
skip
rows, and then fetch up tofetch
rows. - LocalLimitExec applies a limit to a single partition
Defines the LIMIT plan
skip
rows, and then fetch up to fetch
rows.