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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
ISpeculativeExecutionPlan NewPlan(
	string keyspace,
	IStatement statement
)

Parameters

keyspace
Type: SystemString
the currently logged keyspace
statement
Type: DseIStatement
the query for which to build a plan.

Return Value

Type: ISpeculativeExecutionPlan
See Also