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

Public Member Functions

 Impl (const std::string &label, IdType chunk_size, const std::string &prefix, const PropertyGroupVector &property_groups, std::shared_ptr< const InfoVersion > version)
 
bool is_validated () const noexcept
 

Public Attributes

std::string label_
 
IdType chunk_size_
 
PropertyGroupVector property_groups_
 
std::string prefix_
 
std::shared_ptr< const InfoVersionversion_
 
std::unordered_map< std::string, int > property_name_to_index_
 
std::unordered_map< std::string, bool > property_name_to_primary_
 
std::unordered_map< std::string, bool > property_name_to_nullable_
 
std::unordered_map< std::string, std::shared_ptr< DataType > > property_name_to_type_
 

Detailed Description

Definition at line 190 of file graph_info.cc.


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