IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | Protected Member Functions | List of all members
query_find_edge Class Reference

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)
 

Detailed Description

gShell command - get information of an edge

Member Function Documentation

int query_find_edge::run ( struct query_param_type  )
Parameters
&ndash;src(alternative) source vertex ID (used together with –targ)
&ndash;targ(alternative) target vertex ID (used together with –src)
&ndash;eid(optional) edge ID to match (used together with –src, –targ)
&ndash;in(alternative) use the cached result of a previous query as input
&ndash;label(optional) edge label to match
&ndash;out(optional) variable for caching query result

The documentation for this class was generated from the following file: