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

Method PoolID

db/api/api.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, poolName string)

Source from the content-addressed store, hash-verified

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)
34 RemovePool(context.Context, ksuid.KSUID) error

Callers 15

VectorFilterCompileFunction · 0.65
poolMethod · 0.65
deleteScanMethod · 0.65
semOpMethod · 0.65
handlePoolPutFunction · 0.65
handleBranchPostFunction · 0.65
handleRevertPostFunction · 0.65
handleBranchMergeFunction · 0.65
handlePoolDeleteFunction · 0.65
handleBranchDeleteFunction · 0.65
PoolIDMethod · 0.65
RunMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected