mirror of
https://github.com/apache/druid.git
synced 2025-02-13 05:25:11 +00:00
fix spacing again
This commit is contained in:
parent
0497fb8a68
commit
b52e1e9161
@ -37,6 +37,7 @@ Note that you can use `thetaSketch` aggregator on columns which were not ingeste
|
|||||||
### Post Aggregators
|
### Post Aggregators
|
||||||
|
|
||||||
#### Sketch Estimator
|
#### Sketch Estimator
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type" : "thetaSketchEstimate",
|
"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?
|
then, sample query for, How many unique users visited product A?
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"queryType": "groupBy",
|
"queryType": "groupBy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user