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

Struct A_Expr

internal/sql/ast/a_expr.go:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type A_Expr struct {
6 Kind A_Expr_Kind
7 Name *List
8 Lexpr Node
9 Rexpr Node
10 Location int
11}
12
13func (n *A_Expr) Pos() int {
14 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected