File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sources/platform/actors/development/actor_definition/dataset_schema Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ The measured statistics are following:
211211- **Null count:** how many items in the dataset have the field set to null
212212- **Empty count:** how many items in the dataset are ` undefined ` , meaning that for example empty string is not considered empty
213213- **Minimum and maximum**
214- - For numbers, this is calculated directly
215- - For strings, this field tracks string length
216- - For arrays, this field tracks the number of items in the array
217- - For objects, this tracks the number of keys
214+ - For numbers, this is calculated directly
215+ - For strings, this field tracks string length
216+ - For arrays, this field tracks the number of items in the array
217+ - For objects, this tracks the number of keys
218218
219219:::note
220220
You can’t perform that action at this time.
0 commit comments