|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql.common.Plan
org.apache.cassandra.cql.common.QueryPlan
public class QueryPlan
This class represents the execution plan for Query (data retrieval) statement.
Field Summary | |
---|---|
RowSourceDef |
root
|
Constructor Summary | |
---|---|
QueryPlan(RowSourceDef rwsDef)
|
Method Summary | |
---|---|
CqlResult |
execute()
|
java.lang.String |
explainPlan()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public RowSourceDef root
Constructor Detail |
---|
public QueryPlan(RowSourceDef rwsDef)
Method Detail |
---|
public CqlResult execute()
execute
in class Plan
public java.lang.String explainPlan()
explainPlan
in class Plan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |