Searched refs:cloudTableSchema (Results 1 – 2 of 2) sorted by relevance
47 TableSchema cloudTableSchema; in ChkSchema() local48 int ret = GetCloudTableSchema(tableName, cloudTableSchema); in ChkSchema()56 return CompareFieldSchema(primaryKeys, localFields, cloudTableSchema.fields); in ChkSchema()
1512 TableSchema cloudTableSchema; in CheckSchemaForUpsertData() local1513 errCode = storageEngine_->GetCloudTableSchema(tableName, cloudTableSchema); in CheckSchemaForUpsertData()