From b52e1e9161978474b06d19d55836cf336174146c Mon Sep 17 00:00:00 2001 From: fjy Date: Thu, 4 Feb 2016 16:13:12 -0800 Subject: [PATCH] fix spacing again --- docs/content/development/datasketches-aggregators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/development/datasketches-aggregators.md b/docs/content/development/datasketches-aggregators.md index c82a005ec84..cacb5956baf 100644 --- a/docs/content/development/datasketches-aggregators.md +++ b/docs/content/development/datasketches-aggregators.md @@ -37,6 +37,7 @@ Note that you can use `thetaSketch` aggregator on columns which were not ingeste ### Post Aggregators #### Sketch Estimator + ```json { "type" : "thetaSketchEstimate", @@ -71,6 +72,7 @@ to answer above questions, you would index your data using following aggregator. ``` then, sample query for, How many unique users visited product A? + ```json { "queryType": "groupBy",