MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Where

Struct Where

pkg/sql/sem/tree/select.go:532–535  ·  view source on GitHub ↗

Where represents a WHERE or HAVING clause.

Source from the content-addressed store, hash-verified

530
531// Where represents a WHERE or HAVING clause.
532type Where struct {
533 Type string
534 Expr Expr
535}
536
537// Where.Type
538const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected