<PackageReference Include="System.Reactive" Version="6.0.1" />

QueryablePlan<TResult>

public class QueryablePlan<TResult>
Represents an execution plan for join patterns represented by an expression tree.
public Expression Expression { get; }

Gets the expression tree representing the join pattern execution plan.