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

Method run

test/test_runner/insert_by_row.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void InsertDatasetByRow::run() {
90 for (auto& table : tables) {
91 auto query = table->getLoadFromQuery();
92 validateQuery(connection, query);
93 }
94}
95
96std::string InsertDatasetByRow::TableInfo::getHeaderForLoad() const {
97 std::vector<std::string> strVec;

Callers 1

runTestMethod · 0.45

Calls 2

getLoadFromQueryMethod · 0.80
validateQueryFunction · 0.70

Tested by 1

runTestMethod · 0.36