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

Function Label

sbuf/mux.go:7–9  ·  view source on GitHub ↗
(label string, batch Batch)

Source from the content-addressed store, hash-verified

5)
6
7func Label(label string, batch Batch) Batch {
8 return &labeled{batch, label}
9}
10
11func Unlabel(batch Batch) (Batch, string) {
12 var label string

Callers 1

MaterializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected