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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

1831
1832// Size implements the Datum interface.
1833func (d *DUuid) Size() uintptr {
1834 return unsafe.Sizeof(*d)
1835}
1836
1837// DIPAddr is the IPAddr Datum.
1838type DIPAddr struct {

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected