[Bug 10733] [XQuery11] Definition of group by expression not sufficent

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10733

--- Comment #1 from Jonathan Robie <jonathan.robie@redhat.com> 2010-10-12 15:43:01 UTC ---
Isn't that already defined here?

<quote section="XQuery 3.9.7">
2. The input tuple stream is partitioned into groups of tuples whose grouping
keys are equivalent. [Definition: Two tuples T1 and T2 have equivalent grouping
keys if and only if, for each grouping variable GV, the atomized value of GV in
T1 is deep-equal to the atomized value of GV in T2, as defined by applying the
function fn:deep-equal using the appropriate collation.]
</quote>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 12 October 2010 15:43:04 UTC