MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / IsMin

Method IsMin

pkg/sql/sem/tree/datum.go:1674–1676  ·  view source on GitHub ↗

IsMin implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1672
1673// IsMin implements the Datum interface.
1674func (d *DIPAddr) IsMin(_ *EvalContext) bool {
1675 return d.equal(DMinIPAddr)
1676}
1677
1678// dIPv4 and dIPv6 min and maxes use ParseIP because the actual byte constant is
1679// no equal to solely zeros or ones. For IPv4 there is a 0xffff prefix. Without

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected