| 254 | } |
| 255 | |
| 256 | String parseImplicitColumnFromImplicitFileName(const String & implicit_file_name, const String & map_col) |
| 257 | { |
| 258 | String key_name = parseKeyNameFromImplicitFileName(implicit_file_name, map_col); |
| 259 | return getImplicitColNameForMapKey(map_col, key_name); |
| 260 | } |
| 261 | |
| 262 | String getMapFileNameFromImplicitFileName(const String & implicit_file_name) |
| 263 | { |
no test coverage detected