IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
gShell command - get information of an edge More...
#include <query_engine.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (query_find_edge) | |
int | run (struct query_param_type) |
void | options (command_options &opts) |
Protected Member Functions | |
int | find_edge_single (size_t src, size_t targ, size_t eid, struct query_param_type param) |
gShell command - get information of an edge
int query_find_edge::run | ( | struct query_param_type | ) |
–src | (alternative) source vertex ID (used together with –targ) |
–targ | (alternative) target vertex ID (used together with –src) |
–eid | (optional) edge ID to match (used together with –src, –targ) |
–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 |