Class PhysicalPlan

All Implemented Interfaces:
NamedWriteable, Writeable
Direct Known Subclasses:
BinaryExec, LeafExec, MergeExec, UnaryExec

public abstract class PhysicalPlan extends QueryPlan<PhysicalPlan>
A PhysicalPlan is "how" a LogicalPlan (the "what") actually gets translated into one or more queries. LogicalPlan = I want to get from DEN to SFO PhysicalPlan = take Delta, DEN to SJC, then SJC to SFO