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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

986
987// Size implements the Datum interface.
988func (d *DFloat) Size() uintptr {
989 return unsafe.Sizeof(*d)
990}
991
992// IsComposite implements the CompositeDatum interface.
993func (d *DFloat) IsComposite() bool {

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected