ISSUE-11

Implicit vs explicit GROUPing

State:
CLOSED
Product:
Raised by:
Axel Polleres
Opened on:
2009-05-07
Description:
Related Actions Items:
No related actions
Related emails:
  1. SPARQL WG Agenda - Tues. Nov. 17, 2009 (from lee@thefigtrees.net on 2009-11-16)
  2. Views on the outcomes of F2F (from andy.seaborne@talis.com on 2009-11-10)
  3. just before we start... agenda now reflecting last TC's agreements (from axel.polleres@deri.org on 2009-11-02)
  4. Checking in on our issues (from lee@thefigtrees.net on 2009-09-28)
  5. Implicit vs. Explicit Grouping (Aggregates) (from lee@thefigtrees.net on 2009-05-25)

Related notes:

2009-05-07 15:07:08: Sub-issue here:

Do we allow some variables not grouped/aggregated and what is the behavior of that. E.g. a variation of Andy's example (http://jena.hpl.hp.com/~afs/SPARQL-F2F1-AFS.pdf, slide 9):

SELECT ?name
{
{ SELECT ?x
{ ?x foaf:knows?y . ?z a foaf:Person}
GROUP BY ?x
HAVING (count(?y) > 10)
}
?x foaf:name?name
}

[Axel Polleres]

2009-05-07 15:07:37: Sub-issue here:

Do we allow some variables not grouped/aggregated and what is the behavior of that. E.g. a variation of Andy's example (http://jena.hpl.hp.com/~afs/SPARQL-F2F1-AFS.pdf, slide 9):

SELECT ?name
{
{ SELECT ?x
{ ?x foaf:knows?y . ?z a foaf:Person}
GROUP BY ?x
HAVING (count(?y) > 10)
}
?x foaf:name?name
}

[Axel Polleres]

Display change log ATOM feed


Axel Polleres <axel.polleres@deri.org>, Lee Feigenbaum <lee@thefigtrees.net>, Chairs, Ivan Herman <ivan@w3.org>, Sandro Hawke <sandro@w3.org>, Staff Contacts
Tracker, originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: index.php,v 1.231 2009/11/16 15:00:54 dom Exp $