MCPcopy Index your code
hub / github.com/uber/aresdb / SchemaListKey

Function SchemaListKey

utils/key.go:45–47  ·  view source on GitHub ↗

SchemaListKey builds key for schema list

(namespace string)

Source from the content-addressed store, hash-verified

43
44// SchemaListKey builds key for schema list
45func SchemaListKey(namespace string) string {
46 return path.Join(NamespaceKey(namespace), "schema")
47}
48
49// JobListKey builds key for job list
50func JobListKey(namespace string) string {

Callers 10

CreateNamespaceMethod · 0.92
TestSchemaMutatorFunction · 0.92
ListTablesMethod · 0.92
CreateTableMethod · 0.92
DeleteTableMethod · 0.92
UpdateTableMethod · 0.92
GetHashMethod · 0.92
TestNamespaceMutatorFunction · 0.92
SchemaKeyFunction · 0.85

Calls 2

NamespaceKeyFunction · 0.85
JoinMethod · 0.65

Tested by 3

TestSchemaMutatorFunction · 0.74
TestNamespaceMutatorFunction · 0.74