MCPcopy 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
61func (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

LookupByValuesMethod · 0.80

Calls 1

TypeMethod · 0.65

Tested by

no test coverage detected