| 959 | } |
| 960 | |
| 961 | void 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 | |
| 967 | void deeplake_table_am_routine::end_index_fetch(IndexFetchTableData* data) |
| 968 | { |
nothing calls this directly
no test coverage detected