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

Function NewView

vector/view.go:14–16  ·  view source on GitHub ↗
(vec Any, index []uint32)

Source from the content-addressed store, hash-verified

12var _ Any = (*View)(nil)
13
14func NewView(vec Any, index []uint32) *View {
15 return &View{vec, index}
16}
17
18func (v *View) Len() uint32 {
19 return uint32(len(v.Index))

Callers 3

evalStringOrBytesFastMethod · 0.92
constBinMethod · 0.92
PickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected