Date
1 - 4 of 4
Fetching all trees
Daniel Kuppitz <me@...>
On Tue, Oct 31, 2017 at 10:53 PM, Ankur Goel <ankur...@...> wrote:
|
|
Ankur Goel <ankur...@...>
Thnx Marc, I am also using this, but with this, mentioned query should be aware about all possible connections between vertices in a connected graph. Pros: with this approach if any new edge connection happen than for each we have to alter query, time is another dimension also. I am looking a method that give me all different connected graph by any vertices without knowing intricacy of the graph: just all connected vertex. ~ On Friday, October 27, 2017 at 4:52:17 PM UTC+5:30, Ankur Goel wrote:
|
|
HadoopMarc <bi...@...>
Hi Ankur, You can experiment witth the repeat step:
Cheers, Marc Op vrijdag 27 oktober 2017 13:22:17 UTC+2 schreef Ankur Goel:
|
|
Ankur Goel <ankur...@...>
Hi, i have a graph with following connection ex:
Where n represent node and line between them is edge. What i am looking janus query should return all connected tree. Does Janus support this? In above graph it should return 3 trees. ~ |
|