MCPcopy 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
1622func (d DIPAddr) equal(other *DIPAddr) bool {
1623 return d.IPAddr.Equal(&other.IPAddr)
1624}
1625
1626// Prev implements the Datum interface.
1627func (d *DIPAddr) Prev(_ *EvalContext) (Datum, bool) {

Callers 2

IsMaxMethod · 0.95
IsMinMethod · 0.95

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected