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

Method IsMin

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

IsMin implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

1524
1525// IsMin implements the Datum interface.
1526func (d *DUuid) IsMin(_ *EvalContext) bool {
1527 return d.equal(DMinUUID)
1528}
1529
1530// DMinUUID is the min UUID.
1531var DMinUUID = NewDUuid(DUuid{uuid.UUID{}})

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected