Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ equal
Method
equal
pkg/sql/sem/tree/datum.go:1622–1624 ·
view source on GitHub ↗
(other *DIPAddr)
Source
from the content-addressed store, hash-verified
1620
}
1621
1622
func
(d DIPAddr) equal(other *DIPAddr) bool {
1623
return
d.IPAddr.Equal(&other.IPAddr)
1624
}
1625
1626
// Prev implements the Datum interface.
1627
func
(d *DIPAddr) Prev(_ *EvalContext) (Datum, bool) {
Callers
2
IsMax
Method · 0.95
IsMin
Method · 0.95
Calls
1
Equal
Method · 0.45
Tested by
no test coverage detected