Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
NewTrue(length uint32) *Bool {
24
return
NewBool(bitvec.NewTrue(length))
25
}
26
27
func
(*Bool) Kind() Kind {
28
return
KindBool
Callers
2
FlattenBool
Function · 0.92
const.go
File · 0.70
Calls
2
NewTrue
Function · 0.92
NewBool
Function · 0.70
Tested by
no test coverage detected