mirror of https://github.com/apache/druid.git
fix thetaSketch post aggregator doc
This commit is contained in:
parent
0c984f9e32
commit
86c4900347
|
@ -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>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue