On Fri, Feb 24, 2012 at 10:33 AM, Montgomery Burns
<montgome...@gmail.com> wrote:
> That works - but only for static columns. How do I use this with
> dynamic columns? And how can I specify column-names that are bytes
> (rather than characters) themselves in CQL?

Using blob as the comparator (WITH comparator = blob) will allow you
have all column names as bytes, and likewise, default_validation =
blob will make bytes the default for column values.

If you want to create schema for specific columns that have binary
names, you can not (yet) do that.

> 2012/2/24 Eric Evans <eev...@acunu.com>:
>> On Fri, Feb 24, 2012 at 9:28 AM, Montgomery Burns <montgome...@gmail.com> 
>> wrote:
>>> what do I use in order to insert bytes instead of characters into a
>>> column, using CQL with the Thrift-client?
>>
>> Assuming the type is 'blob' (bytes), use hex encoding.
>>
>> --
>> Eric Evans
>> Acunu | http://www.acunu.com | @acunu



-- 
Eric Evans
Acunu | http://www.acunu.com | @acunu

Reply via email to