Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サイファーで単純なビニングを行う方法を見つけた人はいますか? ノードにプロパティがあり、(開始、停止、ステップ) を指定して、cypher にノードの「ビン」のリストを返させたいと考えています。
良い出発点となる範囲関数があるようですが、各ビンのノードのリストを作成するにはどうすればよいですか?
START n=node(*) with MIN(n.t) as TMIN, MAX(n.t) as TMAX RETURN RANGE(TMIN, TMAX, 3600)