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