| 75 | } |
| 76 | |
| 77 | void HiveConnectorTestBase::writeToFile( |
| 78 | const std::string& filePath, |
| 79 | RowVectorPtr vector) { |
| 80 | writeToFile(filePath, std::vector{vector}); |
| 81 | } |
| 82 | |
| 83 | void HiveConnectorTestBase::writeToFile( |
| 84 | const std::string& filePath, |
nothing calls this directly
no test coverage detected