ValueCountAgg

fun <T> ValueCountAgg(field: FieldOperations<T>, missing: T? = null)
fun <T> ValueCountAgg(value: AggValue<T>, missing: T? = null)