You can checkout libcassandra for a C++ client built on top of thrift. It is
not feature complete, but it is pretty good.
https://github.com/matkor/libcassandra
On Aug 14, 2011, at 3:59 AM, Konstantinos Chasapis wrote:
> Hi,
> Thank you for your answer. Is there any documentation that describ
https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8/interface/cassandra.thrift
On Sun, Aug 14, 2011 at 1:59 AM, Konstantinos Chasapis
wrote:
> Hi,
> Thank you for your answer. Is there any documentation that describes all
> this values that I have to set?
>
> Konstantinos Chasapis
>
Hi,
Thank you for your answer. Is there any documentation that describes
all this values that I have to set?
Konstantinos Chasapis
On Aug 14, 2011, at 6:28 AM, Jonathan Ellis wrote:
In C++ you need to set .__isset.fieldname on optional fields (e.g.
.__isset.value).
2011/8/13 Hassapis Const
In C++ you need to set .__isset.fieldname on optional fields (e.g.
.__isset.value).
2011/8/13 Hassapis Constantinos :
> Hi all,
>
> I'm using Cassandra 0.8.3 and thrift for c++ and I can't insert column in
> a column family. Starting from an empty keyspace first I add a new
> keyspace and then a n
Hi all,
I'm using Cassandra 0.8.3 and thrift for c++ and I can't insert column in
a column family. Starting from an empty keyspace first I add a new
keyspace and then a new column family and that works fine but I can't
insert a column.
The code that I have written is:
transport->o