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

Method table_exists

cpp/deeplake_pg/table_storage.hpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 void drop_table(const std::string& table_name);
64
65 inline bool table_exists(Oid table_id) const noexcept
66 {
67 return tables_.contains(table_id);
68 }
69
70 inline table_data* get_table_data_if_exists(Oid table_id) noexcept
71 {

Callers 11

inject_column_statisticsFunction · 0.80
createMethod · 0.80
load_index_metadataFunction · 0.80
process_utilityFunction · 0.80
foreachFunction · 0.80
receive_slotFunction · 0.80
set_rel_pathlistFunction · 0.80
handle_index_creationFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected