Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
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
runOneBoomerang
Function · 0.65
CompileQuery
Function · 0.65
CompileQueryForDB
Function · 0.65
Implementers
1
compiler
compiler/compiler.go
Calls
no outgoing calls
Tested by
1
runOneBoomerang
Function · 0.52