|
Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::VerticesCollection, including all inherited members.
| begin() noexcept | graphar::VerticesCollection | inline |
| end() noexcept | graphar::VerticesCollection | inline |
| filter(const std::vector< std::string > &filter_labels, std::vector< IdType > *new_valid_chunk=nullptr) | graphar::VerticesCollection | |
| filter(const std::string &property_name, std::shared_ptr< Expression > filter_expression, std::vector< IdType > *new_valid_chunk=nullptr) (defined in graphar::VerticesCollection) | graphar::VerticesCollection | |
| filter_by_acero(const std::vector< std::string > &filter_labels) const (defined in graphar::VerticesCollection) | graphar::VerticesCollection | |
| find(IdType id) | graphar::VerticesCollection | inline |
| Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) | graphar::VerticesCollection | inlinestatic |
| size() const noexcept | graphar::VerticesCollection | inline |
| VerticesCollection(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const bool is_filtered=false, std::vector< IdType > filtered_ids={}) | graphar::VerticesCollection | inlineexplicit |
| verticesWithLabel(const std::string &filter_label, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) | graphar::VerticesCollection | static |
| verticesWithLabel(const std::string &filter_label, const std::shared_ptr< VerticesCollection > &vertices_collection) | graphar::VerticesCollection | static |
| verticesWithLabelbyAcero(const std::string &filter_label, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) (defined in graphar::VerticesCollection) | graphar::VerticesCollection | static |
| verticesWithMultipleLabels(const std::vector< std::string > &filter_labels, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) | graphar::VerticesCollection | static |
| verticesWithMultipleLabels(const std::vector< std::string > &filter_labels, const std::shared_ptr< VerticesCollection > &vertices_collection) | graphar::VerticesCollection | static |
| verticesWithMultipleLabelsbyAcero(const std::vector< std::string > &filter_labels, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) (defined in graphar::VerticesCollection) | graphar::VerticesCollection | static |
| verticesWithProperty(const std::string property_name, const graphar::util::Filter filter, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) (defined in graphar::VerticesCollection) | graphar::VerticesCollection | static |
| verticesWithProperty(const std::string property_name, const graphar::util::Filter filter, const std::shared_ptr< VerticesCollection > &vertices_collection) (defined in graphar::VerticesCollection) | graphar::VerticesCollection | static |