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
result
stringresult of calling explain
removeIndexes
boolflag to indicate that indexes should be removed, not re-indexed
Returns
- string
re-indexed explain plan