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?
2012/2/24 Eric Evans <[email protected]>: > On Fri, Feb 24, 2012 at 9:28 AM, Montgomery Burns <[email protected]> > 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
