Subquery represents a subquery.
| 2348 | |
| 2349 | // Subquery represents a subquery. |
| 2350 | type Subquery struct { |
| 2351 | Select SelectStatement |
| 2352 | } |
| 2353 | |
| 2354 | // Format formats the node. |
| 2355 | func (node *Subquery) Format(buf *nodeBuffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected