You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Thierry Templier <th...@restlet.com> on 2012/10/12 12:44:29 UTC

Super columns and arrays

Hello,

I wonder if it's possible to specify an array of values as a value of a 
super column... If it's not possible, is there another way to do that?
Thanks very much for your help.

Thierry

Re: Super columns and arrays

Posted by Thierry Templier <th...@restlet.com>.
Thanks very much, Viktor! Is it something that is supported from CQL3? 
If so, how can I create such column kind using CREATE TABLE?

Thierry
> struct SuperColumn {
>     1: required binary name,
>     2: required list<Column> columns,
> }
>
>
> Best regards / Pagarbiai
>
> Viktor Jevdokimov
> Senior Developer
>
> Email: Viktor.Jevdokimov@adform.com
> Phone: +370 5 212 3063
> Fax: +370 5 261 0453
>
> J. Jasinskio 16C,
> LT-01112 Vilnius,
> Lithuania
>
>
>
> Disclaimer: The information contained in this message and attachments is intended solely for the attention and use of the named addressee and may be confidential. If you are not the intended recipient, you are reminded that the information remains the property of the sender. You must not use, disclose, distribute, copy, print or rely on this e-mail. If you have received this message in error, please contact the sender immediately and irrevocably delete this message and any copies.> -----Original Message-----
>> From: Thierry Templier [mailto:thierry.templier@restlet.com]
>> Sent: Friday, October 12, 2012 13:44
>> To: user@cassandra.apache.org
>> Subject: Super columns and arrays
>>
>> Hello,
>>
>> I wonder if it's possible to specify an array of values as a value of a super
>> column... If it's not possible, is there another way to do that?
>> Thanks very much for your help.
>>
>> Thierry


RE: Super columns and arrays

Posted by Viktor Jevdokimov <Vi...@adform.com>.
struct SuperColumn {
   1: required binary name,
   2: required list<Column> columns,
}


Best regards / Pagarbiai

Viktor Jevdokimov
Senior Developer

Email: Viktor.Jevdokimov@adform.com
Phone: +370 5 212 3063
Fax: +370 5 261 0453

J. Jasinskio 16C,
LT-01112 Vilnius,
Lithuania



Disclaimer: The information contained in this message and attachments is intended solely for the attention and use of the named addressee and may be confidential. If you are not the intended recipient, you are reminded that the information remains the property of the sender. You must not use, disclose, distribute, copy, print or rely on this e-mail. If you have received this message in error, please contact the sender immediately and irrevocably delete this message and any copies.> -----Original Message-----
> From: Thierry Templier [mailto:thierry.templier@restlet.com]
> Sent: Friday, October 12, 2012 13:44
> To: user@cassandra.apache.org
> Subject: Super columns and arrays
>
> Hello,
>
> I wonder if it's possible to specify an array of values as a value of a super
> column... If it's not possible, is there another way to do that?
> Thanks very much for your help.
>
> Thierry