| 163 | }; |
| 164 | |
| 165 | inline DeeplakeIndexFetchData* get_index_fetch_data(IndexFetchTableData* data) |
| 166 | { |
| 167 | return reinterpret_cast<DeeplakeIndexFetchData*>(data); |
| 168 | } |
| 169 | |
| 170 | std::string get_qualified_table_name(Relation rel) |
| 171 | { |
no outgoing calls
no test coverage detected