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

Function NewCompilerWithEnv

compiler/compiler.go:34–36  ·  view source on GitHub ↗
(env *exec.Environment)

Source from the content-addressed store, hash-verified

32}
33
34func NewCompilerWithEnv(env *exec.Environment) runtime.Compiler {
35 return &compiler{env}
36}
37
38func (c *compiler) NewQuery(rctx *runtime.Context, ast *parser.AST, readers []sio.Reader, parallelism int) (runtime.Query, error) {
39 if parallelism == 0 {

Callers 4

RunMethod · 0.92
runInternalFunction · 0.92
NewCompilerFunction · 0.85
NewCompilerForDBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected