MCPcopy
hub / github.com/ent/ent / Expr

Interface Expr

entql/entql.go:70–73  ·  view source on GitHub ↗

Expr represents an entql expression. All expressions implement the Expr interface.

Source from the content-addressed store, hash-verified

68type (
69 // Expr represents an entql expression. All expressions implement the Expr interface.
70 Expr interface {
71 expr()
72 fmt.Stringer
73 }
74
75 // P represents an expression that returns a boolean value depending on its variables.
76 P interface {

Callers

nothing calls this directly

Implementers 7

BinaryExprentql/entql.go
NaryExprentql/entql.go
UnaryExprentql/entql.go
CallExprentql/entql.go
Fieldentql/entql.go
Edgeentql/entql.go
Valueentql/entql.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…