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

Method index_fetch_reset

cpp/deeplake_pg/table_am.cpp:961–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void deeplake_table_am_routine::index_fetch_reset(IndexFetchTableData* data)
962{
963 DeeplakeIndexFetchData* idx_scan = get_index_fetch_data(data);
964 idx_scan->reset();
965}
966
967void deeplake_table_am_routine::end_index_fetch(IndexFetchTableData* data)
968{

Callers

nothing calls this directly

Calls 2

get_index_fetch_dataFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected