outworkers / phantom

Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
http://outworkers.github.io/phantom/
Apache License 2.0
1.05k stars 186 forks source link

Introduce `groupBy` support in SELECT queries. #716

Open alexflav23 opened 7 years ago

alexflav23 commented 7 years ago

Cassandra 3.0.x introduces support for GROUP BY clauses as part of CQL statements. Add support for such queries in phantom. The details of its usage are found here.

Rajitha15 commented 7 years ago

Could you please give some guidelines how to user group by using phantom. i am waiting for this from last week.

alexflav23 commented 7 years ago

Hi @Rajitha15 this is currently not supported in phantom and we are working to implement it as part of the next release which should happen shortly. Watch this space for updates.

Rajitha15 commented 7 years ago

Could you please update me on this?

alexflav23 commented 7 years ago

Hi @Rajitha15 this is being resolved as we speak, and the PR should be ready this weekend. It ended up requiring quite a lot of work and re-write to support properly, but it will be there very shortly, apologies for the delay, we will get you what you need.

jalaziz commented 7 years ago

I'm also interested in support for this. It doesn't appear as if anything has landed yet, though.

phalodi commented 6 years ago

@alexflav23 If its still in progress I can pick this to support groupBy

binkabir commented 5 years ago

Hi @alexflav23 any update on this?