| 1 | // SPDX-License-Identifier: Apache-2.0 |
| 2 | |
| 3 | //! Top-level query entry: CTE handling, UNION dispatch, and LIMIT |
| 4 | //! application. ORDER BY and search-trigger detection live in `order_by.rs`. |
nothing calls this directly
no outgoing calls
no test coverage detected