org.apache.cassandra.cql.compiler.common
Class CqlCompiler

java.lang.Object
  extended by org.apache.cassandra.cql.compiler.common.CqlCompiler

public class CqlCompiler
extends java.lang.Object


Nested Class Summary
 class CqlCompiler.ANTLRNoCaseStringStream
           
 class CqlCompiler.CqlParserX
           
 
Constructor Summary
CqlCompiler()
           
 
Method Summary
 Plan compileQuery(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CqlCompiler

public CqlCompiler()
Method Detail

compileQuery

public Plan compileQuery(java.lang.String query)
                  throws ParseException,
                         SemanticException
Throws:
ParseException
SemanticException


Copyright © 2009 The Apache Software Foundation