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 FROM idx | KEEP x, y, the KEEP statement is a Project.