java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.transform.agg.CountIf

public class CountIf extends Object
Returns 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.