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

Method Query

db/api/api.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, query []srcfiles.Input)

Source from the content-addressed store, hash-verified

28type Interface interface {
29 Root() *db.Root
30 Query(ctx context.Context, query []srcfiles.Input) (vio.Scanner, error)
31 PoolID(ctx context.Context, poolName string) (ksuid.KSUID, error)
32 CommitObject(ctx context.Context, poolID ksuid.KSUID, branchName string) (ksuid.KSUID, error)
33 CreatePool(context.Context, string, order.SortKeys, int, int64) (ksuid.KSUID, error)

Callers 15

handleBranchLoadFunction · 0.65
handleVacateFunction · 0.65
TestAuthIdentityFunction · 0.65
TestPoolListMethod · 0.65
TestQueryMethod · 0.65
JournalIDFromQueryMethod · 0.65
BoolFromQueryMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
newObjectIteratorFunction · 0.65
listMethod · 0.65

Implementers 2

localdb/api/local.go
remotedb/api/remote.go

Calls

no outgoing calls

Tested by 3

TestAuthIdentityFunction · 0.52
TestPoolListMethod · 0.52
TestQueryMethod · 0.52