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

Struct compiler

compiler/compiler.go:19–21  ·  view source on GitHub ↗

XXX

Source from the content-addressed store, hash-verified

17var Parallelism = goruntime.GOMAXPROCS(0) //XXX
18
19type compiler struct {
20 env *exec.Environment
21}
22
23func NewCompiler(local storage.Engine) runtime.Compiler {
24 return NewCompilerWithEnv(exec.NewEnvironment(local, nil))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected