java.lang.Object
org.elasticsearch.xpack.esql.core.tree.Node<Expression>
org.elasticsearch.xpack.esql.core.expression.Expression
org.elasticsearch.xpack.esql.expression.function.aggregate.FilteredExpression
All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable

public class FilteredExpression extends Expression
Basic wrapper for expressions declared with a nested filter (typically in stats). Used during parsing to attach the filter to the nested expression - it is expected the two get fused later on.