Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Eq
Struct
Eq
clause/expression.go:232–235 ·
view source on GitHub ↗
Eq equal to for where
Source
from the content-addressed store, hash-verified
230
231
// Eq equal to for where
232
type
Eq
struct
{
233
Column
interface
{}
234
Value
interface
{}
235
}
236
237
func
(eq Eq) Build(builder Builder) {
238
builder.WriteQuoted(eq.Column)
Callers
1
NegationBuild
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected