queryView allows using Querier (expressions) in the FROM clause.
| 1566 | |
| 1567 | // queryView allows using Querier (expressions) in the FROM clause. |
| 1568 | type queryView struct{ Querier } |
| 1569 | |
| 1570 | func (*queryView) view() {} |
| 1571 |
nothing calls this directly
no outgoing calls
no test coverage detected