Class Aggregate<C extends Term>

java.lang.Object
org.apache.iceberg.expressions.Aggregate<C>
All Implemented Interfaces:
Serializable, Expression
Direct Known Subclasses:
BoundAggregate, UnboundAggregate

public abstract class Aggregate<C extends Term> extends Object implements Expression
The aggregate functions that can be evaluated in Iceberg. Supported aggregates include Min(field), Max(field), Count(*), Count(field) and CountNull(field)
See Also: