null値を含むリストのすべての要素を数えます。
集計
countWithNull(<listAny>)
パラメーター | タイプ |
---|---|
リスト | listString |
リスト | listBoolean |
リスト | listInteger |
リスト | listDecimal |
リスト | listDuration |
リスト | listDateTime |
リスト | listDateTimeOnly |
countWithNull(<listAny>)
整数を返します。
count([10,2,10,null])
4を返します。