org.apache.cassandra.cli
Class CliCompiler
java.lang.Object
org.apache.cassandra.cli.CliCompiler
public class CliCompiler
- extends java.lang.Object
Method Summary |
static org.antlr.runtime.tree.Tree |
compileQuery(java.lang.String query)
|
static java.lang.String |
getColumn(org.antlr.runtime.tree.Tree astNode,
int pos)
|
static java.lang.String |
getColumnFamily(org.antlr.runtime.tree.Tree astNode)
|
static java.lang.String |
getKey(org.antlr.runtime.tree.Tree astNode)
|
static int |
numColumnSpecifiers(org.antlr.runtime.tree.Tree astNode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CliCompiler
public CliCompiler()
compileQuery
public static org.antlr.runtime.tree.Tree compileQuery(java.lang.String query)
getColumnFamily
public static java.lang.String getColumnFamily(org.antlr.runtime.tree.Tree astNode)
getKey
public static java.lang.String getKey(org.antlr.runtime.tree.Tree astNode)
numColumnSpecifiers
public static int numColumnSpecifiers(org.antlr.runtime.tree.Tree astNode)
getColumn
public static java.lang.String getColumn(org.antlr.runtime.tree.Tree astNode,
int pos)
Copyright © 2010 The Apache Software Foundation