Returns a placeholder for a physical plan that executes plan
.
Returns a placeholder for a physical plan that executes plan
. This placeholder will be
filled in automatically by the QueryPlanner using the other execution strategies that are
available.
Given a LogicalPlan, returns a list of
PhysicalPlan
s that can be used for execution. If this strategy does not apply to the give logical operation then an empty list should be returned.