Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
func
Label(label string, batch Batch) Batch {
8
return
&labeled{batch, label}
9
}
10
11
func
Unlabel(batch Batch) (Batch, string) {
12
var
label string
Callers
1
Materialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected