| 287 | } |
| 288 | |
| 289 | bool isMapImplicitKey(const String & map_col) |
| 290 | { |
| 291 | return startsWith(map_col, getMapSeparator()); |
| 292 | } |
| 293 | |
| 294 | bool isMapImplicitKeyOfSpecialMapName(const String & implicit_col, const String & map_col) |
| 295 | { |
no test coverage detected