Class InlineStats

All Implemented Interfaces:
NamedWriteable, Writeable, TelemetryAware, Resolvable, SortAgnostic, SurrogateLogicalPlan

public class InlineStats extends UnaryPlan implements NamedWriteable, SurrogateLogicalPlan, TelemetryAware, SortAgnostic
Enriches the stream of data with the results of running a STATS.

Maps to a dedicated Join implementation, InlineJoin, which is a left join between the main relation and the underlying aggregate.