Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
Public Member Functions | Public Attributes | List of all members
graphar::GraphInfo::Impl Class Reference

Public Member Functions

 Impl (const std::string &graph_name, VertexInfoVector vertex_infos, EdgeInfoVector edge_infos, const std::string &prefix, std::shared_ptr< const InfoVersion > version, const std::unordered_map< std::string, std::string > &extra_info)
 
bool is_validated () const noexcept
 

Public Attributes

std::string name_
 
VertexInfoVector vertex_infos_
 
EdgeInfoVector edge_infos_
 
std::string prefix_
 
std::shared_ptr< const InfoVersionversion_
 
std::unordered_map< std::string, std::string > extra_info_
 
std::unordered_map< std::string, int > vlabel_to_index_
 
std::unordered_map< std::string, int > elabel_to_index_
 

Detailed Description

Definition at line 1053 of file graph_info.cc.


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