Interface SurrogateLogicalPlan

All Known Implementing Classes:
InlineStats, Insist, Lookup, LookupJoin

public interface SurrogateLogicalPlan
Interface signaling to the planner that the declaring plan should be replaced with the surrogate plan. This usually occurs for predefined commands that get "normalized" into a more generic form.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the plan to be replaced with.
  • Method Details

    • surrogate

      LogicalPlan surrogate()
      Returns the plan to be replaced with.