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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

2401
2402// Size implements the Datum interface.
2403func (d *DTime) Size() uintptr {
2404 return unsafe.Sizeof(*d)
2405}
2406
2407// DTimeTZ is the time with time zone Datum.
2408type DTimeTZ struct {

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected