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:657–659 ·
view source on GitHub ↗
Size implements the Datum interface.
()
Source
from the content-addressed store, hash-verified
655
656
// Size implements the Datum interface.
657
func
(d *DBitArray) Size() uintptr {
658
return
d.BitArray.Sizeof()
659
}
660
661
// DInt is the int Datum.
662
type
DInt int64
Callers
nothing calls this directly
Calls
1
Sizeof
Method · 0.80
Tested by
no test coverage detected