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

Function NewCompiler

compiler/compiler.go:23–25  ·  view source on GitHub ↗
(local storage.Engine)

Source from the content-addressed store, hash-verified

21}
22
23func NewCompiler(local storage.Engine) runtime.Compiler {
24 return NewCompilerWithEnv(exec.NewEnvironment(local, nil))
25}
26
27func NewCompilerForDB(root *db.Root) runtime.Compiler {
28 // We configure a remote storage engine into the compiler so that

Callers 3

runOneBoomerangFunction · 0.92
runFunction · 0.92
RunQueryFunction · 0.92

Calls 2

NewEnvironmentFunction · 0.92
NewCompilerWithEnvFunction · 0.85

Tested by 1

runOneBoomerangFunction · 0.74