Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
2274
func
(d *DDate) Size() uintptr {
2275
return
unsafe.Sizeof(*d)
2276
}
2277
2278
// DTime is the time Datum.
2279
type
DTime timeofday.TimeOfDay
Callers
nothing calls this directly
Calls
1
Sizeof
Method · 0.80
Tested by
no test coverage detected