php-cypher-dsl icon indicating copy to clipboard operation
php-cypher-dsl copied to clipboard

Add support for map projections

Open marijnvanwezel opened this issue 3 years ago • 0 comments

The following is currently not possible: { .name, .realName, movies: collect(movie { .title, .year })}.

This is called a map projection, and is part of the openCypher standard. See page 21 of openCypher9.

marijnvanwezel avatar Jul 05 '22 14:07 marijnvanwezel