Method ReIndexExplainPlan
- Namespace
- SparkTest.NET.Extensions
- Assembly
- SparkTest.NET.dll
ReIndexExplainPlan(string, bool)
Replaces the non-deterministic parts of an explain plan result
public static string ReIndexExplainPlan(this string result, bool removeIndexes)
Parameters
resultstringresult of calling explain
removeIndexesboolflag to indicate that indexes should be removed, not re-indexed
Returns
- string
re-indexed explain plan