ISpeculativeExecutionPolicyNewPlan Method |
Returns the plan to use for a new query.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax ISpeculativeExecutionPlan NewPlan(
string keyspace,
IStatement statement
)
Parameters
- keyspace
- Type: SystemString
the currently logged keyspace - statement
- Type: CassandraIStatement
the query for which to build a plan.
Return Value
Type:
ISpeculativeExecutionPlanSee Also