PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Implement the ORDER BY clause. #38

Closed eugene-bulkin closed 8 years ago

eugene-bulkin commented 8 years ago

cc @codyhan94 @Davidpena

These commits implement the ORDER BY clause, allowing for sorting of results in MATCH commands.

This fixes #30.