package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Constants
Bool is the in-memory size of a bool in bytes.
BoolSliceOverhead is the in-memory overhead of a []bool in bytes.
DatumOverhead is the in-memory overhead of a tree.Datum in bytes.
DatumsOverhead is the in-memory overhead of a []tree.Datum in bytes.
Decimal is the in-memory size of an apd.Decimal in bytes.
Duration is the in-memory size of a duration.Duration in bytes.
Float64 is the in-memory size of a float64 in bytes.
Int is the in-memory size of an int in bytes.
Int16 is the in-memory size of an int16 in bytes.
Int32 is the in-memory size of an int32 in bytes.
Int64 is the in-memory size of an int64 in bytes.
IntSliceOverhead is the in-memory overhead of an []int in bytes.
MapEntryOverhead is an estimate of the size of each item in a map in addition to the space occupied by the key and value.
RowsOverhead is the in-memory overhead of a [][]tree.Datum in bytes.
RowsSliceOverhead is the in-memory overhead of a [][][]tree.Datum in bytes.
String is the in-memory size of an empty string in bytes.
Time is the in-memory size of a time.Time in bytes.
Uint32 is the in-memory size of a uint32 in bytes.
Uint64 is the in-memory size of a uint64 in bytes.