Package org.apache.iceberg.expressions
Class CountAggregate<T>
java.lang.Object
org.apache.iceberg.expressions.Aggregate<BoundTerm<T>>
org.apache.iceberg.expressions.BoundAggregate<T,Long>
 
org.apache.iceberg.expressions.CountAggregate<T>
- All Implemented Interfaces:
- Serializable,- Bound<Long>,- Expression
- Direct Known Subclasses:
- CountNonNull,- CountStar
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.iceberg.expressions.ExpressionExpression.Operation
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCountAggregate(Expression.Operation op, BoundTerm<T> term) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Longprotected LongcountFor(StructLike row) eval(StructLike struct) Produce a value from the struct for this expression.org.apache.iceberg.expressions.BoundAggregate.Aggregator<Long> Methods inherited from class org.apache.iceberg.expressions.BoundAggregatecolumnName, describe, ref, typeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.expressions.ExpressionisEquivalentTo, negate
- 
Constructor Details- 
CountAggregate
 
- 
- 
Method Details- 
evalDescription copied from interface:BoundProduce a value from the struct for this expression.
- 
eval
- 
countFor
- 
countFor
- 
newAggregator
 
-