Home
last modified time | relevance | path

Searched refs:tableWeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp964 std::map<std::string, int> tableWeight; in CalTableRef() local
968 tableWeight = schema_.GetTableWeight(); in CalTableRef()
987 tableWeight = GetTableWeightWithShared(tableWeight, sharedTableOriginNames); in CalTableRef()
988 …to actualTable = DBCommon::GenerateNodesByNodeWeight(tableNames, reachableWithShared, tableWeight); in CalTableRef()
1065 …const std::map<std::string, int> &tableWeight, const std::map<std::string, std::string> &tableToSh… in GetTableWeightWithShared() argument
1068 for (const auto &[table, weight] : tableWeight) { in GetTableWeightWithShared()
H A Dsqlite_single_relational_storage_engine.h96 … std::map<std::string, int> GetTableWeightWithShared(const std::map<std::string, int> &tableWeight,