|
Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::builder::EdgesBuilder, including all inherited members.
| AddEdge(const Edge &e, const ValidateLevel &validate_level=ValidateLevel::default_validate) | graphar::builder::EdgesBuilder | inline |
| Clear() | graphar::builder::EdgesBuilder | inline |
| Dump() | graphar::builder::EdgesBuilder | |
| EdgesBuilder(const std::shared_ptr< EdgeInfo > &edge_info, const std::string &prefix, AdjListType adj_list_type, IdType num_vertices, std::shared_ptr< WriterOptions > writerOptions=nullptr, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::builder::EdgesBuilder | inlineexplicit |
| GetNum() const | graphar::builder::EdgesBuilder | inline |
| GetValidateLevel() const | graphar::builder::EdgesBuilder | inline |
| GetWriterOptions() | graphar::builder::EdgesBuilder | inline |
| Make(const std::shared_ptr< EdgeInfo > &edge_info, const std::string &prefix, AdjListType adj_list_type, IdType num_vertices, std::shared_ptr< WriterOptions > writer_options, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::builder::EdgesBuilder | inlinestatic |
| Make(const std::shared_ptr< EdgeInfo > &edge_info, const std::string &prefix, AdjListType adj_list_type, IdType num_vertices, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::builder::EdgesBuilder) | graphar::builder::EdgesBuilder | inlinestatic |
| Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &src_type, const std::string &edge_type, const std::string &dst_type, const AdjListType &adj_list_type, IdType num_vertices, std::shared_ptr< WriterOptions > writer_options, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::builder::EdgesBuilder | inlinestatic |
| Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &src_type, const std::string &edge_type, const std::string &dst_type, const AdjListType &adj_list_type, IdType num_vertices, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::builder::EdgesBuilder) | graphar::builder::EdgesBuilder | inlinestatic |
| SetValidateLevel(const ValidateLevel &validate_level) | graphar::builder::EdgesBuilder | inline |
| SetWriterOptions(std::shared_ptr< WriterOptions > writer_options) | graphar::builder::EdgesBuilder | inline |