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

Method NewQuery

runtime/compiler.go:15–15  ·  view source on GitHub ↗
(*Context, *parser.AST, []sio.Reader, int)

Source from the content-addressed store, hash-verified

13
14type Compiler interface {
15 NewQuery(*Context, *parser.AST, []sio.Reader, int) (Query, error)
16 NewDeleteQuery(*Context, *parser.AST, *dbid.Commitish) (DeleteQuery, error)
17}
18

Callers 3

runOneBoomerangFunction · 0.65
CompileQueryFunction · 0.65
CompileQueryForDBFunction · 0.65

Implementers 1

compilercompiler/compiler.go

Calls

no outgoing calls

Tested by 1

runOneBoomerangFunction · 0.52