All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, SortAgnostic
Direct Known Subclasses:
EsqlProject, Keep

public class Project extends UnaryPlan implements SortAgnostic
A Project is a Plan with one child. In SELECT x FROM y, the "SELECT" statement is a Project.