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

Method Add

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

Source from the content-addressed store, hash-verified

23}
24
25func (c *Combiner) Add(index []uint32, vec Any) {
26 if len(index) == 0 {
27 return
28 }
29 c.vecs = append(c.vecs, vec)
30 c.indexes = append(c.indexes, index)
31}
32
33func (c *Combiner) Result() Any {
34 if len(c.vecs) == 0 {

Callers 4

CombineFunction · 0.95
WrappedErrorMethod · 0.95
CallMethod · 0.95
CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected