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

[GitHub] [age] hammadsaleemm commented on issue #935: Setting custom number of edges in create_complete_graph()

hammadsaleemm commented on issue #935:
URL: https://github.com/apache/age/issues/935#issuecomment-1555870520

   Here's an example of how you can modify the query to create a graph with a custom number of edges:
   
   
   `SELECT * FROM create_custom_graph('test', 100, 500, 'e', 'v');`
   
   In this example, the create_custom_graph function takes four parameters:
   
   The graph name ('test' in this case).
   The number of vertices (100 in this case).
   The number of edges you want to create (500 in this case).
   The prefix for the edge and vertex IDs ('e' and 'v' respectively in this case).
   


-- 
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