Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h137 int CompareWithTableIndex(const IndexInfoMap &inTableIndex) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp470 int indexCompareResult = CompareWithTableIndex(inTableInfo.GetIndexDefine()); in CompareWithTable()
565 int TableInfo::CompareWithTableIndex(const IndexInfoMap &inTableIndex) const in CompareWithTableIndex() function in DistributedDB::TableInfo