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

Struct Query

runtime/exec/query.go:12–16  ·  view source on GitHub ↗

Query runs a flowgraph as a sbuf.Puller and implements a Close() method that gracefully tears down the flowgraph. Its AsReader() and AsProgressReader() methods provide a convenient means to run a flowgraph as sio.Reader.

Source from the content-addressed store, hash-verified

10// that gracefully tears down the flowgraph. Its AsReader() and AsProgressReader()
11// methods provide a convenient means to run a flowgraph as sio.Reader.
12type Query struct {
13 vio.Puller
14 rctx *runtime.Context
15 meter vio.Meter
16}
17
18var _ runtime.Query = (*Query)(nil)
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected