Michael Hunger
Michael Hunger
Not sure what the definition for fragments is. can't we just add the `Actor` label as additional criteria here: `(person:Actor)` ``` MATCH (person:`Person`) RETURN person { .name, movies:[(person:Actor)-[:ACTED_IN]->(personMovies:Movie) | personMovies...
but then that would be returned as part of the projection or?
What does that mean? /cc @johnymontana
If so we should use much more compact code: use `identifier:Label` expression, e.g. `person:Actor`` and instead of the list comprehension + filter we can just case `head([person IN [person] WHERE...
In general that's not recommended. As it potentially gives others access to your data and possibly machine
Does it work with a local installation?
Hi, you need to install 4.4.0.9, not 4.1.0.0 https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.4.0.9
You're probably right with 2 separate functions. I wonder if there's something in apache.commons.lang that does the proper recognition?
@lmeyerov can you point @conker84 to the graph-arrow format that you support in Graphistry
see also https://community.neo4j.com/t/how-could-to-replace-groupe-by-roll-up-and-group-by-cube-in-cypher-aggregation/44762 https://docs.oracle.com/cd/F49540_01/DOC/server.815/a68003/rollup_c.htm