()
| 935 | } |
| 936 | |
| 937 | _getQuery(): QueryIR { |
| 938 | if (!this.query.from) { |
| 939 | throw new QueryMustHaveFromClauseError() |
| 940 | } |
| 941 | return this.query as QueryIR |
| 942 | } |
| 943 | } |
| 944 | |
| 945 | // Helper to get a descriptive type name for error messages |
no outgoing calls
no test coverage detected