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

Struct scanner

api/queryio/client.go:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type scanner struct {
19 sctx *super.Context
20 channel string
21 scanner sbuf.Scanner
22 closer io.Closer
23 progress vio.Progress
24}
25
26func NewScanner(ctx context.Context, rc io.ReadCloser) (vio.Scanner, error) {
27 sctx := super.NewContext()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected