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

Function NewEnvironment

runtime/exec/environment.go:60–65  ·  view source on GitHub ↗
(engine storage.Engine, d *db.Root)

Source from the content-addressed store, hash-verified

58}
59
60func NewEnvironment(engine storage.Engine, d *db.Root) *Environment {
61 return &Environment{
62 engine: engine,
63 db: d,
64 }
65}
66
67func (e *Environment) Engine() storage.Engine {
68 return e.engine

Callers 9

CompileWithSortKeyFunction · 0.92
NewCompilerFunction · 0.92
NewCompilerForDBFunction · 0.92
handleQueryDescribeFunction · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunQueryFunction · 0.92
runInternalFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected