MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Select

Struct Select

postgres/parser/sem/tree/select.go:57–63  ·  view source on GitHub ↗

Select represents a SelectStatement with an ORDER and/or LIMIT.

Source from the content-addressed store, hash-verified

55
56// Select represents a SelectStatement with an ORDER and/or LIMIT.
57type Select struct {
58 With *With
59 Select SelectStatement
60 OrderBy OrderBy
61 Limit *Limit
62 Locking LockingClause
63}
64
65// Format implements the NodeFormatter interface.
66func (node *Select) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected