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

public class Project extends UnaryPlan implements Streaming, SortAgnostic, SortPreserving
A Project is a Plan with one child. In FROM idx | KEEP x, y, the KEEP statement is a Project.