MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / NewDBitArray

Function NewDBitArray

pkg/sql/sem/tree/datum.go:523–526  ·  view source on GitHub ↗

NewDBitArray returns a DBitArray.

(bitLen uint)

Source from the content-addressed store, hash-verified

521
522// NewDBitArray returns a DBitArray.
523func NewDBitArray(bitLen uint) *DBitArray {
524 a := MakeDBitArray(bitLen)
525 return &a
526}
527
528// MakeDBitArray returns a DBitArray.
529func MakeDBitArray(bitLen uint) DBitArray {

Callers 1

datum.goFile · 0.85

Calls 1

MakeDBitArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…