IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
compute the egonet of a given vertex (ego) More...
#include <plugin_egonet.h>
Inherits analytic_engine_base, and query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (analytic_engine_egonet) | |
int | run (struct query_param_type) |
void | options (command_options &opts) |
compute the egonet of a given vertex (ego)
int analytic_engine_egonet::run | ( | struct query_param_type | ) |
–vertex | external id of the ego vertex |
–numhops | maximum number of hops from the ego to all other vertices in the egonet; if not specified, it defaults to 1 |
–outputprop | output detailed property values of vertices and edges |