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

Method create

cpp/deeplake_pg/pg_deeplake.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void index_info::create()
194{
195 base::log_debug(base::log_channel::index, "Create index info");
196 ASSERT(!table_name_.empty());
197 ASSERT(!column_names_.empty());
198 ASSERT(table_storage::instance().table_exists(table_name_));
199 create_deeplake_indexes();
200}
201
202/// @name Index metadata management
203/// @description: Functions to manage index metadata in the database

Callers 1

create_index_infoMethod · 0.45

Calls 3

log_debugFunction · 0.85
table_existsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected