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

Method Open

db/root.go:408–410  ·  view source on GitHub ↗
(context.Context, *super.Context, string, string, sbuf.Pushdown)

Source from the content-addressed store, hash-verified

406}
407
408func (r *Root) Open(context.Context, *super.Context, string, string, sbuf.Pushdown) (sbuf.Puller, error) {
409 return nil, errors.New("cannot use 'file' or 'http' source in a database query")
410}
411
412func (r *Root) VectorCache() *vcache.Cache {
413 return r.vCache

Callers 1

GetMethod · 0.45

Calls 1

NewMethod · 0.80

Tested by

no test coverage detected