IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
gShell command - filter edges according to the property values or labels More...
#include <query_engine.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (query_filter_edges) | |
int | run (struct query_param_type) |
void | options (command_options &opt) |
gShell command - filter edges according to the property values or labels
int query_filter_edges::run | ( | struct query_param_type | ) |
–label | (alternative) a set of labels to match |
–prop | (alternative) names of edge properties the filtered edges must have |
–condition | (optional) a boolean expression of edge property names and values (need to be quoted), used together with –prop |
–in | (optional) use the cached result of a previous query as input |
–out | (optional) variable for caching query result |