Searched refs:GetCloudPrimaryKey (Results 1 – 3 of 3) sorted by relevance
51 static std::set<std::string> GetCloudPrimaryKey(const TableSchema &tableSchema);
38 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetInfoByPrimaryKeyOrGid()937 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetUpdateDataTableStatement()1093 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in DeleteCloudData()
287 std::set<std::string> CloudStorageUtils::GetCloudPrimaryKey(const TableSchema &tableSchema) in GetCloudPrimaryKey() function in DistributedDB::CloudStorageUtils