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 953A3D7A1 for ; Thu, 1 Nov 2012 17:14:02 +0000 (UTC) Received: (qmail 77429 invoked by uid 500); 1 Nov 2012 17:14:00 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 77324 invoked by uid 500); 1 Nov 2012 17:13:59 -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 77301 invoked by uid 99); 1 Nov 2012 17:13:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 17:13:58 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ertiop93@gmail.com designates 209.85.220.44 as permitted sender) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 17:13:52 +0000 Received: by mail-pa0-f44.google.com with SMTP id fb11so1872108pad.31 for ; Thu, 01 Nov 2012 10:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OboimY55G+N9iDerK3GDG7c2Iykl169wLQfejB0hdhs=; b=YC1othX8/4asJyG8wB7/ZZXKKgYqUPgOogYncN4zBgHsvnMdsmGJnN8LgRNxWdFx/U aAVyFaNVG+Ecf9QpWQZVyayirVtsBmXhxDlRHpfcy9znUti/oULFI9CI0uTzSis6hfKj QbGhRONa2+AtVsf4TJjIZ1M8GDcQHy4kx/cb6hEJtzS5UT46Vr52/mGENPMbcxgQdcZY QSq0p4u3ACsu2L5+4wsiTskuziwFqQ7psXvqspve9ATYmnwqH8X4LgIYsHo5HozXAbpl DUnfQkS9vxAuk2V7cK/9wT8Yr9Upk737ZY6n4dW8S0PrVe8v3HiMZWyAwgADauj3AHj8 27KA== MIME-Version: 1.0 Received: by 10.68.228.228 with SMTP id sl4mr32170459pbc.5.1351790012132; Thu, 01 Nov 2012 10:13:32 -0700 (PDT) Received: by 10.68.14.42 with HTTP; Thu, 1 Nov 2012 10:13:32 -0700 (PDT) Date: Thu, 1 Nov 2012 22:43:32 +0530 Message-ID: Subject: Retrieve all composite columns matching a set of values for first component ? From: Ertio Lew To: user Content-Type: multipart/alternative; boundary=047d7b162ed97bee1104cd7223a6 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b162ed97bee1104cd7223a6 Content-Type: text/plain; charset=ISO-8859-1 Is it possible to retrieve all composite columns from a row with first component matching from a set of values(not just single). This is intended to do a similar operation as retrieving a set of super column from a SFC. --047d7b162ed97bee1104cd7223a6 Content-Type: text/html; charset=ISO-8859-1 Is it possible to retrieve all composite columns from a row with first component matching from a set of values(not just single). This is intended to do a similar operation as retrieving a set of super column from a SFC. --047d7b162ed97bee1104cd7223a6--