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