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

Function NewCombiner

vector/combine.go:17–19  ·  view source on GitHub ↗
(base Any)

Source from the content-addressed store, hash-verified

15}
16
17func NewCombiner(base Any) *Combiner {
18 return &Combiner{base: base}
19}
20
21func (c *Combiner) WrappedError(sctx *super.Context, index []uint32, msg string, inner Any) {
22 c.Add(index, NewWrappedError(sctx, msg, Pick(inner, index)))

Callers 4

ipMaskMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CombineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected