MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / intIsOutOfOIDRange

Function intIsOutOfOIDRange

pkg/sql/sem/tree/datum.go:5656–5658  ·  view source on GitHub ↗
(i DInt)

Source from the content-addressed store, hash-verified

5654}
5655
5656func intIsOutOfOIDRange(i DInt) bool {
5657 return i > math.MaxUint32 || i < math.MinInt32
5658}
5659
5660// MakeDOid is a helper routine to create a DOid initialized from a DInt.
5661func MakeDOid(d oid.Oid, semanticType *types.T) DOid {

Callers 2

IntToOidFunction · 0.85
AvailableTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…