Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
graphar::VerticesCollection Member List

This is the complete list of members for graphar::VerticesCollection, including all inherited members.

begin() noexceptgraphar::VerticesCollectioninline
end() noexceptgraphar::VerticesCollectioninline
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::VerticesCollectioninline
Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &type)graphar::VerticesCollectioninlinestatic
size() const noexceptgraphar::VerticesCollectioninline
VerticesCollection(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const bool is_filtered=false, std::vector< IdType > filtered_ids={})graphar::VerticesCollectioninlineexplicit
verticesWithLabel(const std::string &filter_label, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type)graphar::VerticesCollectionstatic
verticesWithLabel(const std::string &filter_label, const std::shared_ptr< VerticesCollection > &vertices_collection)graphar::VerticesCollectionstatic
verticesWithLabelbyAcero(const std::string &filter_label, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) (defined in graphar::VerticesCollection)graphar::VerticesCollectionstatic
verticesWithMultipleLabels(const std::vector< std::string > &filter_labels, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type)graphar::VerticesCollectionstatic
verticesWithMultipleLabels(const std::vector< std::string > &filter_labels, const std::shared_ptr< VerticesCollection > &vertices_collection)graphar::VerticesCollectionstatic
verticesWithMultipleLabelsbyAcero(const std::vector< std::string > &filter_labels, const std::shared_ptr< GraphInfo > &graph_info, const std::string &type) (defined in graphar::VerticesCollection)graphar::VerticesCollectionstatic
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::VerticesCollectionstatic
verticesWithProperty(const std::string property_name, const graphar::util::Filter filter, const std::shared_ptr< VerticesCollection > &vertices_collection) (defined in graphar::VerticesCollection)graphar::VerticesCollectionstatic