Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
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 InfoVersion > | version_ |
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_ |
Definition at line 1053 of file graph_info.cc.