Re: Questions about the binary protocol spec.

2013-01-07 Thread Sylvain Lebresne
> 1. There are column types that correspond to types that are not defined by > the spec such as Boolean, UUID, Timestamp, Decimal, Double, Float etc.. Will > these types always a serialized java type? What happens if Java doesn't > define a size or byte order? Are these defined in a cassandra doc s

Questions about the binary protocol spec.

2013-01-06 Thread mrevilgnome
I'm working on a C++ driver for the new binary protocol, and have one or two items of feedback/questions regarding the spec. 1. There are column types that correspond to types that are not defined by the spec such as Boolean, UUID, Timestamp, Decimal, Double, Float etc.. Will these types always a