| 4 | * Shared utility for applying row limits to SELECT queries only using database-native LIMIT clauses |
| 5 | */ |
| 6 | export class SQLRowLimiter { |
| 7 | /** |
| 8 | * Check if a SQL statement is a SELECT query that can benefit from row limiting |
| 9 | * Only handles SELECT queries |
nothing calls this directly
no outgoing calls
no test coverage detected