Uses of Class
org.apache.cassandra.cql.common.Plan

Packages that use Plan
org.apache.cassandra.cql.common   
org.apache.cassandra.cql.compiler.common   
org.apache.cassandra.cql.compiler.sem   
 

Uses of Plan in org.apache.cassandra.cql.common
 

Subclasses of Plan in org.apache.cassandra.cql.common
 class DMLPlan
          This class represents the execution plan for DML (data manipulation language) CQL statements.
 class ExplainPlan
          The "Plan" for the EXPLAIN PLAN statement itself! It is nothing but a simple wrapper around the "Plan" for the statement on which an EXPLAIN PLAN has been requested.
 class QueryPlan
          This class represents the execution plan for Query (data retrieval) statement.
 class SetColumnMap
          Execution plan for batch setting a set of columns in a Simple/Super column family.
 class SetSuperColumnMap
          Execution plan for batch setting a set of super columns in a Super column family.
 class SetUniqueKey
          Execution plan for setting a specific column in a Simple/Super column family.
 

Constructors in org.apache.cassandra.cql.common with parameters of type Plan
ExplainPlan(Plan plan)
          Construct an ExplainPlan instance for the statement whose "plan" has been passed in.
 

Uses of Plan in org.apache.cassandra.cql.compiler.common
 

Methods in org.apache.cassandra.cql.compiler.common that return Plan
 Plan CqlCompiler.compileQuery(java.lang.String query)
           
 

Uses of Plan in org.apache.cassandra.cql.compiler.sem
 

Methods in org.apache.cassandra.cql.compiler.sem that return Plan
static Plan SemanticPhase.doSemanticAnalysis(org.antlr.runtime.tree.CommonTree ast)
           
 



Copyright © 2009 The Apache Software Foundation