Package org.apache.iceberg.expressions
Class Aggregate<C extends Term>
java.lang.Object
org.apache.iceberg.expressions.Aggregate<C>
- All Implemented Interfaces:
Serializable,Expression
- Direct Known Subclasses:
BoundAggregate,UnboundAggregate
The aggregate functions that can be evaluated in Iceberg. Supported aggregates include
Min(field), Max(field), Count(*), Count(field) and CountNull(field)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.expressions.Expression
Expression.Operation -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.expressions.Expression
isEquivalentTo, negate
-
Method Details
-
op
Description copied from interface:ExpressionReturns the operation for an expression node.- Specified by:
opin interfaceExpression
-
term
-
toString
-