Where represents a WHERE or HAVING clause.
| 530 | |
| 531 | // Where represents a WHERE or HAVING clause. |
| 532 | type Where struct { |
| 533 | Type string |
| 534 | Expr Expr |
| 535 | } |
| 536 | |
| 537 | // Where.Type |
| 538 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected