Interface SurrogateLogicalPlan
- All Known Implementing Classes:
ChangePoint,InlineStats,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
-
Method Details
-
surrogate
LogicalPlan surrogate()Returns the plan to be replaced with.
-