Neo4j- binning with cypher -
has found way simple binning cypher? have property on nodes , specify (start, stop, step) , have cypher return list of 'bins' of nodes.
i see there range function start, how create lists of nodes each bin?
start n=node(*) min(n.t) tmin, max(n.t) tmax return range(tmin, tmax, 3600)
this case/when syntax can in 2.0. there's no simple way in 1.9.
Comments
Post a Comment