markgomer opened a new pull request, #766:
URL: https://github.com/apache/age/pull/766

   I hope these changes may facilitate future work on the project [Apache AGE 
Graph Generation Algorithms](https://github.com/orgs/apache/projects/103) 
   
   * added the ability to build a bridge of a set number of vertexes   between 
the two complete graphs of the barbell graph;
   * changed create_complete_graph and age_create_barbell_graph to return the 
graphid as Datum from the first created vertex;
   * added helper struct graph_components with some attributes needed to create 
a graph;
   * added helper function to validate the arguments passed to 
age_create_barbell_graph;
   * added helper function to fill the graph_components struct with the 
arguments passed;
   * added helper function to fetch the label ids needed to build graphids;
   * added helper function to add the seq_id tables to the graph_components 
struct;
   * added helper function to create vertexes through the graph_components 
attributes;
   * added helper function to connect vertexes by graphid;
   * added helper function to insert a bridge of vertexes between two vertexes;
   * added more regress tests to age_create_barbell_graph;
   * fixed an issue where the system crashed when a vertex label is passed as 
NULL.
   
   This PR is related to the issue #275 .
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to