From 0bb89eaa63f1177d2ff09060902a5c214a890967 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 26 Jun 2016 12:43:39 -0400 Subject: [PATCH] todo --- c/mapping/mapper_stats1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/mapping/mapper_stats1.c b/c/mapping/mapper_stats1.c index f219c827f..ace4e61d1 100644 --- a/c/mapping/mapper_stats1.c +++ b/c/mapping/mapper_stats1.c @@ -163,6 +163,8 @@ static void mapper_stats1_free(mapper_t* pmapper) { } // ================================================================ +// xxx add note about multiple references for percentiles + // Given: accumulate count,sum on values x,y group by a,b. // Example input: Example output: // a b x y a b x_count x_sum y_count y_sum