IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
gShell command - breath-first search from a given vertex More...
#include <analytic_plugin.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (analytic_bfs) | |
int | run (struct query_param_type) |
void | options (command_options &opts) |
gShell command - breath-first search from a given vertex
int analytic_bfs::run | ( | struct query_param_type | ) |
–id | ID of starting vertex (root) |
–depth | (optional) traversal depth of bfs (must be an even number, default is 4) |
–topnum | (optional) number of top-ranked filtering results to return (default is 100) |
–no_multiedges | (optional flag) only consider one edge between two vertices |