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 pushed and evaluated in Iceberg. Currently only three
 aggregate functions Max, Min and Count are supported.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.iceberg.expressions.ExpressionExpression.Operation
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.expressions.ExpressionisEquivalentTo, negate
- 
Method Details- 
opDescription copied from interface:ExpressionReturns the operation for an expression node.- Specified by:
- opin interface- Expression
 
- 
term
- 
toString
 
-