Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 48852 invoked from network); 14 Dec 2009 13:34:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 13:34:20 -0000 Received: (qmail 62670 invoked by uid 500); 14 Dec 2009 13:34:20 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 62630 invoked by uid 500); 14 Dec 2009 13:34:19 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 62621 invoked by uid 99); 14 Dec 2009 13:34:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 13:34:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.219.220 as permitted sender) Received: from [209.85.219.220] (HELO mail-ew0-f220.google.com) (209.85.219.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 13:34:11 +0000 Received: by ewy20 with SMTP id 20so427317ewy.20 for ; Mon, 14 Dec 2009 05:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=8jVMMNK4RCzjhsboV/BxfSD2vOF7KAWbhqsuutWXkG8=; b=N93G38x/L/j+htKlbwXTbnlhJ8kMPtEBDPPP6XhyaGCd82j0jIEdUFp9ZLGibVi6xF El1S9aeVoWZ4GBN/hBMXSzgzTAw2j74SB2LwvhHPugyMJnrtzWmRNNCk9imgURdylCjC vLXBXY3/NeE5L9VusQ71itX2buXaS07jaPXZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CGium23fVFe0tQjcWSd4QR0wS3J4qmpvSVml2i22yD2bib1OF0WsJ+cxabKQ4BV3hZ PJgzeDalS//xrm0sAuEzFvf0qLjTrhZ5bziXaWX+Rze2c0SC4wyE6dnmQnZefeWJ3W5P 9/5+kRtbZzSR/uAN/FNffUfGJaN5vA6oHjZoM= MIME-Version: 1.0 Received: by 10.216.91.18 with SMTP id g18mr398283wef.124.1260797628764; Mon, 14 Dec 2009 05:33:48 -0800 (PST) In-Reply-To: References: Date: Mon, 14 Dec 2009 07:33:48 -0600 Message-ID: Subject: Re: Get_count method error? From: Jonathan Ellis To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org yes, that would be a bug On 12/14/09, JKnight JKnight wrote: > Dear all, I found method get_count still count "deleted" column. Is this an > error? > > get_count > > - > > i32 get_count(keyspace, key, column_parent, consistency_level) > > Counts the columns present in column_parent. > > -- > Best regards, > JKnight >