Class CountIf
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.transform.agg.CountIf
-
public class CountIf extends java.lang.ObjectReturns the count of TRUE values for expression. Returns 0 if there are zero input rows, or if expression evaluates to FALSE or NULL for all rows.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountIf.CountIfFn
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.beam.sdk.transforms.Combine.CombineFn<java.lang.Boolean,?,java.lang.Long>combineFn()
-