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

Method end_index_fetch

cpp/deeplake_pg/table_am.cpp:967–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967void deeplake_table_am_routine::end_index_fetch(IndexFetchTableData* data)
968{
969 DeeplakeIndexFetchData* idx_scan = get_index_fetch_data(data);
970 idx_scan->~DeeplakeIndexFetchData();
971 pfree(idx_scan);
972}
973
974bool deeplake_table_am_routine::index_fetch_tuple(struct IndexFetchTableData* scan,
975 ItemPointer tid,

Callers

nothing calls this directly

Calls 2

get_index_fetch_dataFunction · 0.85

Tested by

no test coverage detected