mirror of https://github.com/apache/druid.git
Merge pull request #2526 from druid-io/b-slim-patch-1
fix docs about sketches
This commit is contained in:
commit
4f300cfe49
|
@ -48,7 +48,7 @@ druid.extensions.loadList=["druid-datasketches"]
|
||||||
{
|
{
|
||||||
"type" : "thetaSketchEstimate",
|
"type" : "thetaSketchEstimate",
|
||||||
"name": <output name>,
|
"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