Tobias Lindaaker

Results 57 comments of Tobias Lindaaker

There is still some work to be done here, but comments are welcome. Ideas for examples to include in the document: - [x] Sorting lists - [x] Filtering lists -...

@a-type indeed this was first conceived of when we did a comparative analysis of Cypher and GraphQL in 2015. What is primarily needed for this to move forward is an...

I believe that if we disallowed the `SingleValuePatternQuery` form from `ScalarSubquery` - which has the effect of a `ScalarSubquery` always starting with a keyword - we could do away with...

I don't think having two ways of spelling the same thing is beneficial, it only creates more things to learn in the language without any benefit. It would be better...

If we use another syntax for aggregation [[CIR2017-188](https://github.com/opencypher/openCypher/issues/188)], then using the aggregator name with regular function-call syntax could be used to aggregate over a list argument.

Another way to solve this is by [scalar subqueries](https://github.com/opencypher/openCypher/pull/217) (pending syntax finalization): RETURN )))>

I like the simplicity of this proposal, but I wonder how well it scales to other things we would/might want to do with/as subqueries in the future. I was actually...

Related to [CIR-2017-190](https://github.com/opencypher/openCypher/issues/190)

@SpaghettiFactory see my previous comment. This is (to be) solved by _list subqueries_, which is a generalisation of pattern comprehension.