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: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.
800
func
(d *DInt) Size() uintptr {
801
return
unsafe.Sizeof(*d)
802
}
803
804
// DFloat is the float Datum.
805
type
DFloat float64
Callers
nothing calls this directly
Calls
1
Sizeof
Method · 0.80
Tested by
no test coverage detected