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