fix thetaSketch post aggregator doc

This commit is contained in:
Slim 2016-02-23 09:14:19 -06:00 committed by Slim Bouguerra
parent 0c984f9e32
commit 86c4900347
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ druid.extensions.loadList=["druid-datasketches"]
{
"type" : "thetaSketchEstimate",
"name": <output name>,
"fieldName" : <the name field value of the thetaSketch aggregator>
"field" : <post aggregator of type fieldAccess that refers to a thetaSketch aggregator or that of type thetaSketchSetOp>
}
```