(context.Context, *super.Context, string, string, sbuf.Pushdown)
| 406 | } |
| 407 | |
| 408 | func (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 | |
| 412 | func (r *Root) VectorCache() *vcache.Cache { |
| 413 | return r.vCache |