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

Function NewQuery

runtime/exec/query.go:20–26  ·  view source on GitHub ↗
(rctx *runtime.Context, puller vio.Puller, meter vio.Meter)

Source from the content-addressed store, hash-verified

18var _ runtime.Query = (*Query)(nil)
19
20func NewQuery(rctx *runtime.Context, puller vio.Puller, meter vio.Meter) *Query {
21 return &Query{
22 Puller: puller,
23 rctx: rctx,
24 meter: meter,
25 }
26}
27
28func (q *Query) Progress() vio.Progress {
29 return q.meter.Progress()

Callers 3

CompileWithASTFunction · 0.92
CompileWithSortKeyFunction · 0.92
NewDeleteQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected