Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
Public Member Functions | |
Impl (const std::string &type, IdType chunk_size, const std::string &prefix, const PropertyGroupVector &property_groups, const std::vector< std::string > &labels, std::shared_ptr< const InfoVersion > version) | |
bool | is_validated () const noexcept |
Public Attributes | |
std::string | type_ |
IdType | chunk_size_ |
PropertyGroupVector | property_groups_ |
std::vector< std::string > | labels_ |
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_ |
std::unordered_map< std::string, Cardinality > | property_name_to_cardinality_ |
Definition at line 197 of file graph_info.cc.