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 27D3BECA5 for ; Mon, 28 Jan 2013 19:35:39 +0000 (UTC) Received: (qmail 12052 invoked by uid 500); 28 Jan 2013 19:35:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 12023 invoked by uid 500); 28 Jan 2013 19:35:36 -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 12015 invoked by uid 99); 28 Jan 2013 19:35:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 19:35:36 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of boneill42@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vb0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 19:35:30 +0000 Received: by mail-vb0-f45.google.com with SMTP id p1so2112892vbi.4 for ; Mon, 28 Jan 2013 11:35:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:user-agent:date:subject:from:to:message-id :thread-topic:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=F3jIY7ERVNbgdta1jSBvY+8JjKXMp5Db/0VIXzT4J1I=; b=Cg9R3VtwTv1bNbgNSN1a/4EQLo9zVIF3kTcaYTBBwnqcriBlrnAFP46v3Zm+qU2lpK wW+fF/oT6n2QdjZoCi3MiSp4Ng+CZQgh31/JwKJoZXpBnDYWoKwnTMKkfcY2zXeBw/Mi Fi6yw5VhBdBqy7qIQAciapBPfevS7LFgxTHVFgiaP+uUwlK1CV+xNOIKwuIqF+g4eZPl j/vSpgMvPXP8PuT0S3OE4QU/mpSfzfsII/K2V2Pm3Dzlp10gzo+xmOTcwUx788mCtdLn eq9bQeEAviGV3TWBUrcfVL7ZaCwcBhB8QyYAN4U2dEiNRRr1ZqmCh1V04/Ky/ZS9YlAB 57Lw== X-Received: by 10.220.115.72 with SMTP id h8mr16038922vcq.43.1359401709312; Mon, 28 Jan 2013 11:35:09 -0800 (PST) Received: from [10.60.71.81] ([67.132.206.254]) by mx.google.com with ESMTPS id mj8sm6796048veb.8.2013.01.28.11.35.06 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 28 Jan 2013 11:35:08 -0800 (PST) Sender: "Brian O'Neill" User-Agent: Microsoft-MacOutlook/14.2.5.121010 Date: Mon, 28 Jan 2013 14:35:00 -0500 Subject: Re: cql: show tables in a keystone From: Brian O'Neill To: Message-ID: Thread-Topic: cql: show tables in a keystone In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org cqlsh> use keyspace; cqlsh:cirrus> describe tables; For more info: cqlsh> help describe -brian --- Brian O'Neill Lead Architect, Software Development Health Market Science The Science of Better Results 2700 Horizon Drive =80 King of Prussia, PA =80 19406 M: 215.588.6024 =80 @boneill42 =80 healthmarketscience.com This information transmitted in this email message is for the intended recipient only and may contain confidential and/or privileged material. If you received this email in error and are not the intended recipient, or the person responsible to deliver it to the intended recipient, please contact the sender at the email above and delete this email and any attachments and destroy any copies thereof. Any review, retransmission, dissemination, copying or other use of, or taking any action in reliance upon, this information by persons or entities other than the intended recipient is strictly prohibited. =20 On 1/28/13 2:27 PM, "Paul van Hoven" wrote: >Is there some way in cql to get a list of all tables or column >families that belong to a keystore like "show tables" in sql?