Class PromqlFunctionCall

All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable
Direct Known Subclasses:
AcrossSeriesAggregate, WithinSeriesAggregate

public class PromqlFunctionCall extends UnaryPlan
Represents a PromQL function call in the logical plan. This is a surrogate logical plan that encapsulates a PromQL function invocation and delegates to the PromqlFunctionRegistry for validation and ESQL function construction.