Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::EdgeInfo, including all inherited members.
AddAdjacentList(std::shared_ptr< AdjacentList > adj_list) const | graphar::EdgeInfo | |
AddPropertyGroup(std::shared_ptr< PropertyGroup > property_group) const | graphar::EdgeInfo | |
Dump() const noexcept | graphar::EdgeInfo | |
EdgeInfo(const std::string &src_label, const std::string &edge_label, const std::string &dst_label, IdType chunk_size, IdType src_chunk_size, IdType dst_chunk_size, bool directed, const AdjacentListVector &adjacent_lists, const PropertyGroupVector &property_groups, const std::string &prefix="", std::shared_ptr< const InfoVersion > version=nullptr) | graphar::EdgeInfo | explicit |
GetAdjacentList(AdjListType adj_list_type) const (defined in graphar::EdgeInfo) | graphar::EdgeInfo | |
GetAdjListFilePath(IdType vertex_chunk_index, IdType edge_chunk_index, AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetAdjListOffsetFilePath(IdType vertex_chunk_index, AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetAdjListPathPrefix(AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetChunkSize() const | graphar::EdgeInfo | |
GetDstChunkSize() const | graphar::EdgeInfo | |
GetDstLabel() const | graphar::EdgeInfo | |
GetEdgeLabel() const | graphar::EdgeInfo | |
GetEdgesNumFilePath(IdType vertex_chunk_index, AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetOffsetPathPrefix(AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetPrefix() const | graphar::EdgeInfo | |
GetPropertyFilePath(const std::shared_ptr< PropertyGroup > &property_group, AdjListType adj_list_type, IdType vertex_chunk_index, IdType edge_chunk_index) const | graphar::EdgeInfo | |
GetPropertyGroup(const std::string &property) const | graphar::EdgeInfo | |
GetPropertyGroupByIndex(int index) const | graphar::EdgeInfo | |
GetPropertyGroupPathPrefix(const std::shared_ptr< PropertyGroup > &property_group, AdjListType adj_list_type) const | graphar::EdgeInfo | |
GetPropertyGroups() const | graphar::EdgeInfo | |
GetPropertyType(const std::string &property_name) const | graphar::EdgeInfo | |
GetSrcChunkSize() const | graphar::EdgeInfo | |
GetSrcLabel() const | graphar::EdgeInfo | |
GetVerticesNumFilePath(AdjListType adj_list_type) const | graphar::EdgeInfo | |
HasAdjacentListType(AdjListType adj_list_type) const | graphar::EdgeInfo | |
HasProperty(const std::string &property_name) const | graphar::EdgeInfo | |
HasPropertyGroup(const std::shared_ptr< PropertyGroup > &property_group) const | graphar::EdgeInfo | |
IsDirected() const | graphar::EdgeInfo | |
IsNullableKey(const std::string &property_name) const | graphar::EdgeInfo | |
IsPrimaryKey(const std::string &property_name) const | graphar::EdgeInfo | |
IsValidated() const | graphar::EdgeInfo | |
Load(std::shared_ptr< Yaml > yaml) | graphar::EdgeInfo | static |
Load(const std::string &input) | graphar::EdgeInfo | static |
PropertyGroupNum() const | graphar::EdgeInfo | |
Save(const std::string &file_name) const | graphar::EdgeInfo | |
version() const | graphar::EdgeInfo | |
~EdgeInfo() (defined in graphar::EdgeInfo) | graphar::EdgeInfo |