gf_bfs: Breadth-first search (BFS)

Description Usage Arguments

Description

Breadth-first search (BFS)

Usage

1
gf_bfs(x, from, to, max_path_length = 10L, edge_filter = NULL, ...)

Arguments

x

An object coercable to a GraphFrame (typically, a gf_graphframe).

from

Spark SQL expression specifying valid starting vertices for the BFS.

to

Spark SQL expression specifying valid target vertices for the BFS.

max_path_length

Limit on the length of paths.

edge_filter

Spark SQL expression specifying edges which may be used in the search.

...

Optional arguments, currently not used.


kevinykuo/sparklygraphs documentation built on May 23, 2019, 9:33 a.m.