MCPcopy
hub / github.com/sqlc-dev/sqlc / FieldSelect

Struct FieldSelect

internal/sql/ast/field_select.go:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type FieldSelect struct {
4 Xpr Node
5 Arg Node
6 Fieldnum AttrNumber
7 Resulttype Oid
8 Resulttypmod int32
9 Resultcollid Oid
10}
11
12func (n *FieldSelect) Pos() int {
13 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected