IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
gShell command - find neighbors given a vertex or a set of vertices More...
#include <query_engine.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (query_find_neighbors) | |
int | run (struct query_param_type) |
void | options (command_options &opts) |
gShell command - find neighbors given a vertex or a set of vertices
int query_find_neighbors::run | ( | struct query_param_type | ) |
–id | (alternative) vertex ID |
–in | (alternative) use the cached result of a previous query as input |
–label | (optional) edge label to match |
–out | (optional) variable for caching query result |
–edgetype | (optional) edge type as in, out, or all (default) |
–outputtype | (optional) type of output, choose from vertex, edge, all (default) |
–id_only | (optional) only output id information |