Building a Linked List from a file

If I have a file:

ID TIMESTAMP

1 201912011100

1 201912011102

2 201912011103

1 201912011103

2 201912011104

And I want to build a linked list with NEXT and PREVIOUS Edges, is there a template function or method for doing that in GSQL?

Thanks for enabling my laziness by asking. :slight_smile:

Frank

whatโ€™s the purpose to build a linked list for edge? Since GSQL is based on schema, you can just specify a pattern to access the edge.