Searched refs:CompareFieldSchema (Results 1 – 2 of 2) sorted by relevance
44 int CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields,
56 return CompareFieldSchema(primaryKeys, localFields, cloudTableSchema.fields); in ChkSchema()59 int SchemaMgr::CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields, in CompareFieldSchema() function in DistributedDB::SchemaMgr