Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ FromRoot
Function
FromRoot
db/api/local.go:58–60 ·
view source on GitHub ↗
(d *db.Root)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
FromRoot(d *db.Root) Interface {
59
return
&local{db: d, compiler: compiler.NewCompilerForDB(d)}
60
}
61
62
func
(l *local) Root() *db.Root {
63
return
l.db
Callers
2
OpenLocalDB
Function · 0.85
CreateLocalDB
Function · 0.85
Calls
1
NewCompilerForDB
Function · 0.92
Tested by
no test coverage detected