Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C5BA93CF for ; Thu, 22 Dec 2011 10:55:41 +0000 (UTC) Received: (qmail 9490 invoked by uid 500); 22 Dec 2011 10:55:39 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 9463 invoked by uid 500); 22 Dec 2011 10:55:39 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 9455 invoked by uid 99); 22 Dec 2011 10:55:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 10:55:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of varnitk@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-tul01m020-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 10:55:31 +0000 Received: by obcuz6 with SMTP id uz6so4580364obc.31 for ; Thu, 22 Dec 2011 02:55:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=cv/dRpCtlHRo6ohzw1PmUcq1Sy49wksTYntGUSxKXTI=; b=MSBkPFjA9XuFLchvtl86fxM1eNIkaIGc1ZrfgA6RHEMd/ardhIzIyP3Qe6rpHcJY6b Fcc9VP7VSzh4mfnvw4V95UAbG9dsJzJ/E8kIyhb5gX6vU4BouwojCEij5Y4RIVyjFnef GlVGyo3G3L8YNrpZAy6Kbs4bmcJOJyy/EK9Ks= MIME-Version: 1.0 Received: by 10.182.221.72 with SMTP id qc8mr8532638obc.49.1324551310544; Thu, 22 Dec 2011 02:55:10 -0800 (PST) Received: by 10.182.16.68 with HTTP; Thu, 22 Dec 2011 02:55:10 -0800 (PST) Date: Thu, 22 Dec 2011 05:55:10 -0500 Message-ID: Subject: count columns via CQL From: Varnit Khanna To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Does CQL support returning count of columns for a given key? I couldn't find anything in the documentation. Thanks, -varnit