Flow PHP

LimitPushDown.php

Interfaces

LimitPushDown
A source that can read fewer rows when the plan has a LIMIT above it. This is an optimization hint, never a guarantee: the limit operator stays in the plan and enforces the exact count, so an implementation that yields more rows than asked - or ignores the hint - is still correct.
On this page

Search results