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

Struct ParenSelect

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

ParenSelect represents a parenthesized SELECT/UNION/VALUES statement.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected