IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
gShell command - get the k-hop egonet of a vertex More...
#include <query_engine.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (query_get_egonet) | |
int | run (struct query_param_type) |
void | options (command_options &opt) |
gShell command - get the k-hop egonet of a vertex
int query_get_egonet::run | ( | struct query_param_type | ) |
–id | ID of the ego vertex |
–depth | maximum number of hops from the ego to all other vertices in the egonet; if not specified, it defaults to 1 |
–out | variable for caching query result |