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

Struct Writer

api/queryio/writer.go:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Writer struct {
22 sctx *super.Context
23 channel string
24 start nano.Ts
25 writer vio.PushCloser
26 ctrl bool
27 flusher http.Flusher
28}
29
30func NewWriter(sctx *super.Context, w io.WriteCloser, format string, flusher http.Flusher, ctrl bool) (*Writer, error) {
31 d := &Writer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected