muhammadshoaib opened a new pull request #155: URL: https://github.com/apache/incubator-age/pull/155
Two functions have been created that can be used as following to load vertex and edges from csv files. ``` CREATE FUNCTION ag_catalog.load_labels_from_file(graph_name name, label_name name, file_path text) CREATE FUNCTION ag_catalog.load_edges_from_file(graph_name name, label_name name, file_path text) ``` -- 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]
