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

Function NewDBitArray

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

NewDBitArray returns a DBitArray.

(bitLen uint)

Source from the content-addressed store, hash-verified

466
467// NewDBitArray returns a DBitArray.
468func NewDBitArray(bitLen uint) *DBitArray {
469 a := MakeDBitArray(bitLen)
470 return &a
471}
472
473// MakeDBitArray returns a DBitArray.
474func 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…