Count Method
Count()
Counts input values (accepts nulls).
Declaration
public static IAggregator<long> Count()
Returns
IAggregator<Int64> | The aggregator. |
Count(String)
Counts input values (accepts nulls).
Declaration
public static IAggregator<long> Count(string attributePath)
Parameters
String | attributePath | An attribute path. |
Returns
IAggregator<Int64> | The aggregator. |
Remarks
Values are extracted from the specified attributePath
.