MCPcopy Create free account
hub / github.com/activeloopai/deeplake / get_index_fetch_data

Function get_index_fetch_data

cpp/deeplake_pg/table_am.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

index_fetch_resetMethod · 0.85
end_index_fetchMethod · 0.85
index_fetch_tupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected