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

Method insert_slots

cpp/deeplake_pg/table_storage.cpp:1030–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030void table_storage::insert_slots(Oid table_id, int32_t nslots, TupleTableSlot** slots)
1031{
1032 auto& table_data = get_table_data(table_id);
1033 table_data.add_insert_slots(nslots, slots);
1034}
1035
1036bool table_storage::delete_tuple(Oid table_id, ItemPointer tid)
1037{

Callers 1

multi_insertMethod · 0.80

Calls 1

add_insert_slotsMethod · 0.80

Tested by

no test coverage detected