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

Function getExportNodeTableDataQuery

src/binder/bind/bind_export_database.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static std::string getExportNodeTableDataQuery(const TableCatalogEntry& entry) {
61 return std::format("match (a:`{}`) return a.*", entry.getName());
62}
63
64static std::string getExportRelTableDataQuery(const TableCatalogEntry& relGroupEntry,
65 const NodeTableCatalogEntry& srcEntry, const NodeTableCatalogEntry& dstEntry) {

Callers 1

getExportInfoFunction · 0.85

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected