Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Joining two result sets into one

I wanted to know if there's a way to join two or more result sets into one.
I actually need to execute more than one query and return just one result set. I can't use the UNION or the JOIN operators because I'm working with Cassandra (CQL)
Thanks in advance !

like image 407
user2090879 Avatar asked Mar 08 '26 14:03

user2090879


1 Answers

Framework like Playorm provide support for JOIN (INNER and LEFT JOINs)queries in Cassandra.

http://buffalosw.com/wiki/Command-Line-Tool/

You may see more examples at:

https://github.com/deanhiller/playorm/blob/master/src/test/java/com/alvazan/test/TestJoins.java

like image 185
Easility Avatar answered Mar 11 '26 03:03

Easility



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!