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

Method equal

pkg/sql/sem/tree/datum.go:1502–1504  ·  view source on GitHub ↗
(other *DUuid)

Source from the content-addressed store, hash-verified

1500}
1501
1502func (d *DUuid) equal(other *DUuid) bool {
1503 return bytes.Equal(d.GetBytes(), other.GetBytes())
1504}
1505
1506// Prev implements the Datum interface.
1507func (d *DUuid) Prev(_ *EvalContext) (Datum, bool) {

Callers 2

IsMaxMethod · 0.95
IsMinMethod · 0.95

Calls 2

EqualMethod · 0.45
GetBytesMethod · 0.45

Tested by

no test coverage detected