MCPcopy 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
16func NewConst(vec Any, length uint32) *Const {
17 return &Const{vec, length}
18}
19
20func NewConstUint(typ super.Type, v uint64, length uint32) *Const {
21 vec := NewUint(typ, []uint64{v})

Callers 2

assembleFunction · 0.92
PickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected