Searched refs:new_property (Results 1 – 1 of 1) sorted by relevance
41 const PropertyConfigProto& new_property) { in IsCardinalityCompatible() argument42 if (old_property.cardinality() < new_property.cardinality()) { in IsCardinalityCompatible()50 new_property.cardinality())); in IsCardinalityCompatible()57 const PropertyConfigProto& new_property) { in IsDataTypeCompatible() argument58 if (old_property.data_type() != new_property.data_type()) { in IsDataTypeCompatible()66 PropertyConfigProto::DataType::Code_Name(new_property.data_type())); in IsDataTypeCompatible()73 const PropertyConfigProto& new_property) { in IsSchemaTypeCompatible() argument74 if (old_property.schema_type() != new_property.schema_type()) { in IsSchemaTypeCompatible()77 new_property.schema_type()); in IsSchemaTypeCompatible()84 const PropertyConfigProto& new_property) { in IsPropertyCompatible() argument[all …]