Given a LogicalPlan, returns a list of PhysicalPlans that can
be used for execution. If this strategy does not apply to the give logical operation then an
empty list should be returned.
Attributes
protected
Linear Supertypes
com.typesafe.scalalogging.slf4j.Logging, AnyRef, Any
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.