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

Struct Where

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

Where represents a WHERE or HAVING clause.

Source from the content-addressed store, hash-verified

750
751// Where represents a WHERE or HAVING clause.
752type Where struct {
753 Type string
754 Expr Expr
755}
756
757// Where.Type
758const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected