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

Struct SelectExpr

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

SelectExpr represents a SELECT expression.

Source from the content-addressed store, hash-verified

142
143// SelectExpr represents a SELECT expression.
144type SelectExpr struct {
145 Expr Expr
146 As UnrestrictedName
147}
148
149// NormalizeTopLevelVarName preemptively expands any UnresolvedName at
150// the top level of the expression into a VarName. This is meant

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected