Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp616 FieldInfoMap orphanLocal; in CompareWithLiteTableFields() local
619 Difference(fields_, liteTableFields, orphanLocal, orphanLite, bothAppear); in CompareWithLiteTableFields()
621 if (!orphanLocal.empty() && !orphanLite.empty()) { // LCOV_EXCL_BR_LINE in CompareWithLiteTableFields()
633 for (const auto &it : orphanLocal) { in CompareWithLiteTableFields()