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

Method enumDictPath

client/schema.go:435–437  ·  view source on GitHub ↗
(tableName, columnName string)

Source from the content-addressed store, hash-verified

433}
434
435func (hf *httpSchemaFetcher) enumDictPath(tableName, columnName string) string {
436 return fmt.Sprintf("%s/%s/columns/%s/enum-cases", hf.listTablesPath(), tableName, columnName)
437}

Callers 2

FetchAllEnumsMethod · 0.95
ExtendEnumCasesMethod · 0.95

Calls 1

listTablesPathMethod · 0.95

Tested by

no test coverage detected