checksum
Creates an order-independent checksum of a set of values. This function can be used to compare two sets of values for equivalence, or to validate that a set of values has not changed as its dataset evolves.
Returns: any
Table 1.
Parameter | Type | Description |
---|---|---|
value | any | The values to form a checksum of. |
Example
Query
PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-aggregation-sample-queries/> PREFIX agg: <http://data.world/function/aggregate#> SELECT (agg:checksum(?foo) AS ?checksum) { [ :col-aggregations-foo ?foo ] }
Table 1. Results
checksum |
---|
4cbc92c38272733 |