Where represents a WHERE or HAVING clause.
| 750 | |
| 751 | // Where represents a WHERE or HAVING clause. |
| 752 | type Where struct { |
| 753 | Type string |
| 754 | Expr Expr |
| 755 | } |
| 756 | |
| 757 | // Where.Type |
| 758 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected