All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable
Direct Known Subclasses:
ScalarFunction

public abstract class Function extends Expression
Any ESQL function; generally this is translated into a computation to be evaluated on arguments, including scalar functions (e.g. in EVAL) or aggregation functions (STATS).