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

Method Size

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

Size implements the Datum interface.

()

Source from the content-addressed store, hash-verified

2272
2273// Size implements the Datum interface.
2274func (d *DDate) Size() uintptr {
2275 return unsafe.Sizeof(*d)
2276}
2277
2278// DTime is the time Datum.
2279type DTime timeofday.TimeOfDay

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected