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

Function NewTrue

vector/bool.go:23–25  ·  view source on GitHub ↗
(length uint32)

Source from the content-addressed store, hash-verified

21}
22
23func NewTrue(length uint32) *Bool {
24 return NewBool(bitvec.NewTrue(length))
25}
26
27func (*Bool) Kind() Kind {
28 return KindBool

Callers 2

FlattenBoolFunction · 0.92
const.goFile · 0.70

Calls 2

NewTrueFunction · 0.92
NewBoolFunction · 0.70

Tested by

no test coverage detected