MCPcopy
hub / github.com/sqldef/sqldef / IsExpr

Struct IsExpr

parser/node.go:2114–2117  ·  view source on GitHub ↗

IsExpr represents an IS ... or an IS NOT ... expression.

Source from the content-addressed store, hash-verified

2112
2113// IsExpr represents an IS ... or an IS NOT ... expression.
2114type IsExpr struct {
2115 Operator string
2116 Expr Expr
2117}
2118
2119// IsExpr.Operator
2120const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected