Searched refs:pkVec (Results 1 – 1 of 1) sorted by relevance
312 std::vector<Field> pkVec; in GetCloudPrimaryKeyField() local315 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() local1010 pkVec.at(0), vBucket, allowEmpty, collateType, hashValue); in GetHashValueWithPrimaryKeyMap()