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

Struct SelectExpr

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

SelectExpr represents a SELECT expression.

Source from the content-addressed store, hash-verified

149
150// SelectExpr represents a SELECT expression.
151type SelectExpr struct {
152 Expr Expr
153 As UnrestrictedName
154}
155
156// NormalizeTopLevelVarName preemptively expands any UnresolvedName at
157// 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