You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full set of valid values for the third argument of `EntityValue` are:
75
+
76
+
| Value | Description |
77
+
| ----- | --- |
78
+
| \"EntityAssociation\" | an association of entities and entity-property values |
79
+
| \"PropertyAssociation\" | an association of properties and entity-property values |
80
+
| \"EntityPropertyAssociation\" | an association in which the specified entities are keys, and values are a nested association of properties and entity-property values |
81
+
| \"PropertyEntityAssociation\" | an association in which the specified properties are keys, and values are a nested association of entities and entity-property values |
82
+
| \"Dataset\" | a dataset in which the specified entities are keys, and values are an association of property names and entity-property values |
83
+
| \"Association\" | a nested association with entity keys on the first level and property keys on the second level |
84
+
| \"NonMissingPropertyAssociation\" | an association of properties and entity-property values with the missing values dropped |
85
+
| \"NonMissingEntityAssociation\" | an association of entities and entity-property values with the missing values dropped |
86
+
74
87
# Filtering entities by property values
75
88
76
89
If an `EntityProperty` can be used to perform an `EntityClass` lookup, use this syntax with specified patterns for \
0 commit comments