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

Function get_scan_data

cpp/deeplake_pg/table_am.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126};
127
128inline DeeplakeScanData* get_scan_data(TableScanDesc scan)
129{
130 return reinterpret_cast<DeeplakeScanData*>(scan);
131}
132
133struct DeeplakeIndexFetchData
134{

Callers 10

scan_rescanMethod · 0.85
scan_endMethod · 0.85
scan_getnextslotMethod · 0.85
scan_set_tidrangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected