MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / ParenSelect

Struct ParenSelect

pkg/sql/sem/tree/select.go:67–69  ·  view source on GitHub ↗

ParenSelect represents a parenthesized SELECT/UNION/VALUES statement.

Source from the content-addressed store, hash-verified

65
66// ParenSelect represents a parenthesized SELECT/UNION/VALUES statement.
67type ParenSelect struct {
68 Select *Select
69}
70
71// Format implements the NodeFormatter interface.
72func (node *ParenSelect) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected