countAllDistinct(custId, custName) countIfcountIf(<value1> : boolean, [<value2> : any]) => long 条件に基づいて、値の集計カウントを取得します。 省略可能な列を指定すると、カウントの NULL 値が無視されます。countIf(state == 'CA' && commission < 10000, name) ...