Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ equalToValues
Method
equalToValues
typevectortable.go:61–65 ·
view source on GitHub ↗
(vals []Value)
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(t typeVector) equalToValues(vals []Value) bool {
62
return
slices.EqualFunc(t, vals,
func
(typ Type, val Value) bool {
63
return
typ == val.Type()
64
})
65
}
Callers
1
LookupByValues
Method · 0.80
Calls
1
Type
Method · 0.65
Tested by
no test coverage detected