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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

798
799// Size implements the Datum interface.
800func (d *DInt) Size() uintptr {
801 return unsafe.Sizeof(*d)
802}
803
804// DFloat is the float Datum.
805type DFloat float64

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected