MCPcopy Create free account
hub / github.com/brimdata/super / NewBool

Function NewBool

vector/bool.go:15–17  ·  view source on GitHub ↗
(bits bitvec.Bits)

Source from the content-addressed store, hash-verified

13var _ Any = (*Bool)(nil)
14
15func NewBool(bits bitvec.Bits) *Bool {
16 return &Bool{bits}
17}
18
19func NewFalse(length uint32) *Bool {
20 return NewBool(bitvec.NewFalse(length))

Callers 8

newVectorMethod · 0.92
evalMethod · 0.92
NewFalseFunction · 0.70
NewTrueFunction · 0.70
OrFunction · 0.70
NotFunction · 0.70
PickFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected