Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewConst
Function
NewConst
vector/const.go:16–18 ·
view source on GitHub ↗
(vec Any, length uint32)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewConst(vec Any, length uint32) *Const {
17
return
&Const{vec, length}
18
}
19
20
func
NewConstUint(typ super.Type, v uint64, length uint32) *Const {
21
vec := NewUint(typ, []uint64{v})
Callers
2
assemble
Function · 0.92
Pick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected