Table of Contents

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 string

result of calling explain

removeIndexes bool

flag to indicate that indexes should be removed, not re-indexed

Returns

string

re-indexed explain plan