Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
var
_ Any = (*View)(nil)
13
14
func
NewView(vec Any, index []uint32) *View {
15
return
&View{vec, index}
16
}
17
18
func
(v *View) Len() uint32 {
19
return
uint32(len(v.Index))
Callers
3
evalStringOrBytesFast
Method · 0.92
constBin
Method · 0.92
Pick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected