Searched refs:GetCloudPrimaryKeyField (Results 1 – 3 of 3) sorted by relevance
52 …static std::vector<Field> GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool sortByName …
310 std::vector<Field> CloudStorageUtils::GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool … in GetCloudPrimaryKeyField() function in DistributedDB::CloudStorageUtils1002 std::vector<Field> pkVec = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema); in GetHashValueWithPrimaryKeyMap()
953 std::vector<Field> pkFields = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema, true); in GetUpdateDataTableStatement()1077 std::vector<Field> pkFields = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema, true); in GetDeleteStatementForCloudSync()