Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1502
func
(d *DUuid) equal(other *DUuid) bool {
1503
return
bytes.Equal(d.GetBytes(), other.GetBytes())
1504
}
1505
1506
// Prev implements the Datum interface.
1507
func
(d *DUuid) Prev(_ *EvalContext) (Datum, bool) {
Callers
2
IsMax
Method · 0.95
IsMin
Method · 0.95
Calls
2
Equal
Method · 0.45
GetBytes
Method · 0.45
Tested by
no test coverage detected