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

Method getLoadFromQuery

test/test_runner/insert_by_row.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string InsertDatasetByRow::NodeTableInfo::getLoadFromQuery() const {
113 const auto header = getHeaderForLoad();
114 const auto body = getBodyForLoad();
115 return std::format("LOAD WITH HEADERS ({}) FROM {} CREATE (:{} {{{}}});", header, filePath,
116 name, body);
117}
118
119std::string InsertDatasetByRow::RelTableInfo::getLoadFromQuery() const {
120 auto header = std::format("aid_ {},bid_ {}", from.type, to.type);

Callers 1

runMethod · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected