You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by "Senthil, Athinanthny X. -ND" <At...@disney.com> on 2014/02/28 18:14:11 UTC

Query on blob col using CQL3

Anyone can suggest how to query on blob column via CQL3. I get  bad request error saying cannot parse data. I want to lookup on key column which is defined as blob.

But I am able to lookup data via opscenter data explorer.  Is there a conversion functions I need to use?




Sent from my Galaxy S®III

Re: Query on blob col using CQL3

Posted by Mikhail Stepura <mi...@outlook.com>.
Did you try http://cassandra.apache.org/doc/cql3/CQL.html#blobFun ?


On 2/28/14, 9:14, Senthil, Athinanthny X. -ND wrote:
> Anyone can suggest how to query on blob column via CQL3. I get  bad
> request error saying cannot parse data. I want to lookup on key column
> which is defined as blob.
>
> But I am able to lookup data via opscenter data explorer.  Is there a
> conversion functions I need to use?
>
>
>
>
> Sent from my Galaxy S®III



Re: Query on blob col using CQL3

Posted by Peter Lin <wo...@gmail.com>.
why are you trying to view a blob with CQL3? and what kind of blob is it?

if the blob is an object, there's no way to view that in CQL3. You'd need
to do extra work like user defined types, but I don't know of anyone that's
actually using that.


On Fri, Feb 28, 2014 at 12:14 PM, Senthil, Athinanthny X. -ND <
Athinanthny.X.Senthil.-ND@disney.com> wrote:

> Anyone can suggest how to query on blob column via CQL3. I get  bad
> request error saying cannot parse data. I want to lookup on key column
> which is defined as blob.
>
> But I am able to lookup data via opscenter data explorer.  Is there a
> conversion functions I need to use?
>
>
>
>
> Sent from my Galaxy S®III
>