dkubb / axiom

Simplifies querying of structured data using relational algebra
https://github.com/dkubb/axiom
MIT License
459 stars 22 forks source link

Rename Order to Sorted #47

Closed dkubb closed 10 years ago

dkubb commented 10 years ago

This branch will rename the Order operation to Sorted.

In other languages, "ordered" implies that the order tuples are added to the relation is tracked, while "sorted" means that they are sorted according to some criteria. The latter is closer to what is meant.