Searched defs:SetSchemaResult (Results 1 – 1 of 1) sorted by relevance
178 struct SetSchemaResult { struct183 bool success = false;192 std::unordered_set<SchemaTypeId> old_schema_type_ids_changed;196 std::unordered_set<std::string> schema_types_deleted_by_name;201 std::unordered_set<SchemaTypeId> schema_types_deleted_by_id;207 std::unordered_set<std::string> schema_types_incompatible_by_name;213 std::unordered_set<SchemaTypeId> schema_types_incompatible_by_id;217 std::unordered_set<std::string> schema_types_new_by_name;223 schema_types_changed_fully_compatible_by_name;228 std::unordered_set<std::string> schema_types_index_incompatible_by_name;[all …]