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