| 174 | } |
| 175 | |
| 176 | String genMapBaseFilePrefix(const String & column) |
| 177 | { |
| 178 | return escapeForFileName(getBaseNameForMapCol(column)) + '.'; |
| 179 | } |
| 180 | |
| 181 | String getImplicitColNameForMapKey(const String & map_col, const String & key_name) |
| 182 | { |
no test coverage detected