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

Function MakeDBitArray

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

MakeDBitArray returns a DBitArray.

(bitLen uint)

Source from the content-addressed store, hash-verified

472
473// MakeDBitArray returns a DBitArray.
474func MakeDBitArray(bitLen uint) DBitArray {
475 return DBitArray{BitArray: bitarray.MakeZeroBitArray(bitLen)}
476}
477
478// MustBeDBitArray attempts to retrieve a DBitArray from an Expr, panicking if the
479// assertion fails.

Callers 1

NewDBitArrayFunction · 0.85

Calls 1

MakeZeroBitArrayFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…