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

Function NewRemoteEngine

pkg/storage/engine.go:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func NewRemoteEngine() *Router {
40 router := NewRouter()
41 router.Enable(HTTPScheme)
42 router.Enable(HTTPSScheme)
43 router.Enable(S3Scheme)
44 return router
45}
46
47func NewLocalEngine() *Router {
48 router := NewRemoteEngine()

Callers 4

NewCompilerForDBFunction · 0.92
handleQueryDescribeFunction · 0.92
NewCoreFunction · 0.92
NewLocalEngineFunction · 0.85

Calls 2

EnableMethod · 0.95
NewRouterFunction · 0.70

Tested by

no test coverage detected