| 282 | } |
| 283 | |
| 284 | bool isMapBaseFile(const String & file_name) |
| 285 | { |
| 286 | return startsWith(file_name, escapeForFileName(getMapSeparator())) && file_name.find("_base.") != std::string::npos; |
| 287 | } |
| 288 | |
| 289 | bool isMapImplicitKey(const String & map_col) |
| 290 | { |
no test coverage detected