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

Struct ScalarArrayOpExpr

internal/sql/ast/scalar_array_op_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 ScalarArrayOpExpr struct {
6 Xpr Node
7 Opno Oid
8 UseOr bool
9 Inputcollid Oid
10 Args *List
11 Location int
12}
13
14func (n *ScalarArrayOpExpr) Pos() int {
15 return n.Location

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected