Searched refs:ComparePrimaryField (Results 1 – 2 of 2) sorted by relevance
43 bool ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudField);
81 if (!ComparePrimaryField(primaryKeys, cloudField)) { in CompareFieldSchema()136 bool SchemaMgr::ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudF… in ComparePrimaryField() function in DistributedDB::SchemaMgr