(type: string)
| 610 | |
| 611 | export class UnsupportedJoinSourceTypeError extends JoinError { |
| 612 | constructor(type: string) { |
| 613 | super(`Unsupported join source type: ${type}`) |
| 614 | } |
| 615 | } |
| 616 | |
| 617 | // GROUP BY and Aggregation Errors |
nothing calls this directly
no outgoing calls
no test coverage detected