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

Function parallelscan_reinitialize

cpp/deeplake_pg/table_am.cpp:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void parallelscan_reinitialize(Relation rel, ParallelTableScanDesc pscan)
432{
433 // Reinitialize parallel scan state
434 auto custom_pscan = reinterpret_cast<DeeplakeParallelScanDesc*>(pscan);
435 custom_pscan->reset();
436}
437
438TM_Result tuple_lock(Relation relation,
439 ItemPointer tid,

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected