| 179 | } |
| 180 | |
| 181 | String getImplicitColNameForMapKey(const String & map_col, const String & key_name) |
| 182 | { |
| 183 | return String(getMapSeparator() + map_col + getMapSeparator() + key_name); |
| 184 | } |
| 185 | |
| 186 | String getImplicitFileNamePrefixForMapKey(const String & map_col, const String & key_name) |
| 187 | { |
no test coverage detected