From c432c677ed578944943c9d1803fe4403374613e2 Mon Sep 17 00:00:00 2001 From: Olaf Hartig Date: Tue, 12 Dec 2023 17:24:31 +0100 Subject: [PATCH] applies the change suggestion of https://github.com/w3c/sparql-query/pull/132#discussion_r1417439560 --- spec/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index f64f2fd..9087b5f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -9588,7 +9588,8 @@

Aggregate Algebra

Note that, although the result of ListEval may contain errors, and errors may be used - to group, solutions containing error values are removed at projection time.

+ to group, solutions containing error values are removed at the + end of evaluating the group and any aggregation functions.

Note also that the result of ListEval((unbound), μ) is the list (error), as the evaluation of an unbound expression is an error.