You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pycassa...@googlegroups.com
hello, pretty simple question for today. Is there a way to check if a key exists in cf? we actually dont want any colums to be returned. Cheers Lu
Hanno Schlichting
unread,
Apr 11, 2013, 7:42:42 AM4/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pycassa...@googlegroups.com
On Thu, Apr 11, 2013 at 1:32 PM, Lu Ali <ali.l...@gmail.com> wrote:
> pretty simple question for today. Is there a way to check if a key exists in
> cf? we actually dont want any colums to be returned.
You could use the get_count API [1] and specify a max_count of 1.