| 47 | }; |
| 48 | |
| 49 | static std::string getSeenKey(common::table_id_t tableID, const std::string& indexName) { |
| 50 | return std::to_string(tableID) + ":" + indexName; |
| 51 | } |
| 52 | |
| 53 | template<typename ID_TYPE> |
| 54 | static std::vector<std::string> getPropertyNames(const TableCatalogEntry& tableEntry, |