MCPcopy 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
58func FromRoot(d *db.Root) Interface {
59 return &local{db: d, compiler: compiler.NewCompilerForDB(d)}
60}
61
62func (l *local) Root() *db.Root {
63 return l.db

Callers 2

OpenLocalDBFunction · 0.85
CreateLocalDBFunction · 0.85

Calls 1

NewCompilerForDBFunction · 0.92

Tested by

no test coverage detected