IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
compute the shortest paths between vertices More...
#include <plugin_shortest_paths.h>
Inherits analytic_engine_base, and query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (analytic_engine_shortest_paths) | |
int | run (struct query_param_type) |
void | options (command_options &opts) |
compute the shortest paths between vertices
int analytic_engine_shortest_paths::run | ( | struct query_param_type | ) |
–src | (optional) source (start) vertex ID; if not specified, paths from all vertices are computed |
–sink | (optional) sink (end) vertex ID; if not specified, single-source shortest paths to all other vertices are computed |
–in | (optional) use the cached result of a previous query as input (if it contains both vertices and edges, the computation will be restricted to the induced sub-graph; if it contains vertices only, the computation will be restricted to single-source shortest paths from these vertices in the whole graph |
–ignoreedgeweight | (optional) ignore edge weight when computing shortest paths |
–hidepath | (optional flag) do not output detailed paths |