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

Method IsMax

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

IsMax implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1519
1520// IsMax implements the Datum interface.
1521func (d *DUuid) IsMax(_ *EvalContext) bool {
1522 return d.equal(DMaxUUID)
1523}
1524
1525// IsMin implements the Datum interface.
1526func (d *DUuid) IsMin(_ *EvalContext) bool {

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected