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

Struct RowExpr

internal/sql/ast/row_expr.go:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type RowExpr struct {
6 Xpr Node
7 Args *List
8 RowTypeid Oid
9 RowFormat CoercionForm
10 Colnames *List
11 Location int
12}
13
14func (n *RowExpr) Pos() int {
15 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected