Class Summary |
BindOperand |
BindOperand:
Represents a bind variable in the CQL statement. |
CExpr |
|
ColumnMapExpr |
|
ColumnRangeQueryRSD |
A Row Source Defintion (RSD) for doing a range query on a column map
(in Standard or Super Column Family). |
ConstantOperand |
ConstantOperand:
Represents a literal/constant operand in the CQL statement. |
CqlResult |
|
CType |
|
CType.ArrayType |
|
CType.IntegerType |
|
CType.RowType |
|
CType.StringType |
|
DMLPlan |
This class represents the execution plan for DML (data manipulation language)
CQL statements. |
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. |
Pair<T,S> |
Generic for representing a "typed" 2-tuple. |
Plan |
Abstract class representing the shared execution plan for a CQL
statement (query or DML operation). |
QueryPlan |
This class represents the execution plan for Query (data retrieval) statement. |
RowSourceDef |
The abstract notion of a row source definition. |
SetColumnMap |
Execution plan for batch setting a set of columns in a Simple/Super column family. |
SetSuperColumnMap |
Execution plan for batch setting a set of super columns in a Super column family. |
SetUniqueKey |
Execution plan for setting a specific column in a Simple/Super column family. |
SuperColumnMapExpr |
|
SuperColumnRangeQueryRSD |
A Row Source Defintion (RSD) for doing a super column range query on a Super Column Family. |
UniqueKeyQueryRSD |
A Row Source Defintion (RSD) for looking up a unique column within a column family. |
Utils |
|