Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp312 std::vector<Field> pkVec; in GetCloudPrimaryKeyField() local
315 pkVec.push_back(field); in GetCloudPrimaryKeyField()
319 std::sort(pkVec.begin(), pkVec.end(), [](const Field &a, const Field &b) { in GetCloudPrimaryKeyField()
323 return pkVec; in GetCloudPrimaryKeyField()
1002 std::vector<Field> pkVec = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema); in GetHashValueWithPrimaryKeyMap() local
1010 pkVec.at(0), vBucket, allowEmpty, collateType, hashValue); in GetHashValueWithPrimaryKeyMap()