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

Method scan_end

cpp/deeplake_pg/table_am.cpp:767–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767void deeplake_table_am_routine::scan_end(TableScanDesc scan)
768{
769 DeeplakeScanData* extended_scan = get_scan_data(scan);
770 extended_scan->~DeeplakeScanData();
771 pfree(extended_scan);
772}
773
774bool deeplake_table_am_routine::scan_getnextslot(TableScanDesc scan, ScanDirection direction, TupleTableSlot* slot)
775{

Callers

nothing calls this directly

Calls 2

get_scan_dataFunction · 0.85
~DeeplakeScanDataMethod · 0.80

Tested by

no test coverage detected