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.