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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

1994
1995// Size implements the Datum interface.
1996func (d *DIPAddr) Size() uintptr {
1997 return unsafe.Sizeof(*d)
1998}
1999
2000// DDate is the date Datum represented as the number of days after
2001// the Unix epoch.

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected