Click or drag to resize
ISpeculativeExecutionPolicy.NewPlan Method
Returns the plan to use for a new query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
ISpeculativeExecutionPlan NewPlan(
	string keyspace,
	IStatement statement
)

Parameters

keyspace
Type: System.String
the currently logged keyspace
statement
Type: Cassandra.IStatement
the query for which to build a plan.

Return Value

Type: ISpeculativeExecutionPlan
See Also