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

Function pg_buildempty

cpp/deeplake_pg/index_search.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void pg_buildempty(Relation index)
278{
279 base::log_debug(base::log_channel::index, "Build empty called");
280}
281
282bool pg_insert(Relation index,
283 Datum* values,

Callers

nothing calls this directly

Calls 1

log_debugFunction · 0.85

Tested by

no test coverage detected