MCPcopy
hub / github.com/uber/aresdb / SchemaKey

Function SchemaKey

utils/key.go:65–67  ·  view source on GitHub ↗

SchemaKey builds key for schema

(namespace, name string)

Source from the content-addressed store, hash-verified

63
64// SchemaKey builds key for schema
65func SchemaKey(namespace, name string) string {
66 return path.Join(SchemaListKey(namespace), name)
67}
68
69// JobKey builds key for job config
70func JobKey(namespace, name string) string {

Callers 6

TestSchemaMutatorFunction · 0.92
CreateTableMethod · 0.92
DeleteTableMethod · 0.92
UpdateTableMethod · 0.92
readSchemaMethod · 0.92

Calls 2

SchemaListKeyFunction · 0.85
JoinMethod · 0.65

Tested by 2

TestSchemaMutatorFunction · 0.74