masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
227 stars 67 forks source link

Support GROUP BY CQL clause #192

Closed ojizero closed 5 years ago

ojizero commented 5 years ago

This PR adds support for CQL's GROUP BY queries, closes #169

masumsoft commented 5 years ago

The PR looks great. Could you add some tests with group by?

ojizero commented 5 years ago

@masumsoft I added a test case with groupby, couldn't think of many more honestly 😅 can you suggest any additionals tests you can think of to add?