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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -