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

Method Progress

sbuf/scanner.go:110–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108type MultiStats []Scanner
109
110func (m MultiStats) Progress() vio.Progress {
111 var ss vio.Progress
112 for _, s := range m {
113 ss.Add(s.Progress())
114 }
115 return ss
116}
117
118func NamedScanner(s Scanner, name string) *namedScanner {
119 return &namedScanner{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected