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
query_load_csv_edges Class Reference

gShell command - load edges from a CSV file More...

#include <query_engine.h>

Inherits query_base.

Public Member Functions

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

Detailed Description

gShell command - load edges from a CSV file

Member Function Documentation

int query_load_csv_edges::run ( struct query_param_type  )
Parameters
&ndash;csvfilecsv file name with path
&ndash;srcposcolumn index of edge source (starting from 0)
&ndash;targposcolumn index of edge target (starting from 0)
&ndash;labelpos(optional) column index of edge label (starting from 0)
&ndash;separator(optional) a string of characters each used as a column separator
&ndash;label(optional) label to apply to all edges in current csv file
&ndash;no_header(optional flag) csv file doesn't have header in first line

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