MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / run

Method run

test/test_runner/multi_copy_split.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void SplitMultiCopyRandom::run() {
99 for (auto file : splitFilePaths) {
100 auto currQuery = std::format("COPY {} FROM \"{}\";", tableName, file);
101 spdlog::info("QUERY: {}", currQuery);
102 validateQuery(connection, currQuery);
103 }
104}
105
106} // namespace testing
107} // namespace lbug

Callers

nothing calls this directly

Calls 1

validateQueryFunction · 0.70

Tested by

no test coverage detected