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

Method IsMax

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

IsMax implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1667
1668// IsMax implements the Datum interface.
1669func (d *DIPAddr) IsMax(_ *EvalContext) bool {
1670 return d.equal(DMaxIPAddr)
1671}
1672
1673// IsMin implements the Datum interface.
1674func (d *DIPAddr) IsMin(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected