MCPcopy 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.
657func (d *DBitArray) Size() uintptr {
658 return d.BitArray.Sizeof()
659}
660
661// DInt is the int Datum.
662type DInt int64

Callers

nothing calls this directly

Calls 1

SizeofMethod · 0.80

Tested by

no test coverage detected