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 | List of all members
analytic_bfs Class Reference

gShell command - breath-first search from a given vertex More...

#include <analytic_plugin.h>

Inherits query_base.

Public Member Functions

 REGISTER_QUERY_TYPE (analytic_bfs)
 
int run (struct query_param_type)
 
void options (command_options &opts)
 

Detailed Description

gShell command - breath-first search from a given vertex

Member Function Documentation

int analytic_bfs::run ( struct query_param_type  )
Parameters
&ndash;idID of starting vertex (root)
&ndash;depth(optional) traversal depth of bfs (must be an even number, default is 4)
&ndash;topnum(optional) number of top-ranked filtering results to return (default is 100)
&ndash;no_multiedges(optional flag) only consider one edge between two vertices

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