You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "JoshInnis (via GitHub)" <gi...@apache.org> on 2023/02/17 19:15:48 UTC

[GitHub] [age] JoshInnis opened a new issue, #275: Barbell Graph

JoshInnis opened a new issue, #275:
URL: https://github.com/apache/age/issues/275

   the barbell graph is two complete graphs connected by a bridge path
   
   Syntax:
   ```
   ag_catalog.age_create_tadpole_graph(graph_name Name,
                                       m int,
                                       n int, 
                                       vertex_label_name Name DEFAULT = NULL,
                                       vertex_properties agtype DEFAULT = NULL,
                                       edge_label_name Name DEAULT = NULL,
                                       edge_properties agtype DEFAULT = NULL,
                                       bidirectional bool DEFAULT = true)
   
   ```
   
   Input:
   
   - graph_name - Name of the graph to be created
   - m - number of vertices in both complete graphs
   - n - number of vertices in the bridge path.
   - vertex_label_name - Name of the label to assign each vertex to.
   - vertex_properties - Property values to assign each vertex. Default is NULL
   - edge_label_name - Name of the label to assign each edge to.
   - edge_properties - Property values to assign each edge. Default is NULL
   - bidirectional - Bidirectional True or False. Default True.
   
   https://en.wikipedia.org/wiki/Barbell_graph


-- 
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: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] markgomer commented on issue #275: Barbell Graph

Posted by GitBox <gi...@apache.org>.
markgomer commented on issue #275:
URL: https://github.com/apache/age/issues/275#issuecomment-1371671013

   Working on this enhancement.


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jrgemignani commented on issue #275: Barbell Graph

Posted by "jrgemignani (via GitHub)" <gi...@apache.org>.
jrgemignani commented on issue #275:
URL: https://github.com/apache/age/issues/275#issuecomment-1435122484

   FYI: I did not close this issue, this was done by an automated task. 
   
   Please do not have automated tasks close issues under someone else's name without notifying others that you are doing so as this causes unnecessary confusion. @aked21 


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jrgemignani closed issue #275: Barbell Graph

Posted by "jrgemignani (via GitHub)" <gi...@apache.org>.
jrgemignani closed issue #275: Barbell Graph
URL: https://github.com/apache/age/issues/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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org