mini\Database\PartialQuery::hasPagination() Method

private

Signature

private function hasPagination(): bool

Returns

bool

Documentation

Check if query has pagination (LIMIT or OFFSET)

Used to determine if filter operations need barrier() to preserve window semantics. Forces AST parsing if not yet done.

Source

src/Database/PartialQuery.php:1421-1426