Merge pull request #2522 from himanshug/doc_update

fix thetaSketchSetOp doc
This commit is contained in:
Fangjin Yang 2016-02-23 09:33:55 -08:00
commit 11c9a63ee3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ druid.extensions.loadList=["druid-datasketches"]
"type" : "thetaSketchSetOp",
"name": <output name>,
"func": <UNION|INTERSECT|NOT>,
"fields" : <the name field value of the thetaSketch aggregators or other thetaSketchSetOp post aggregators to allow arbitrary combination of set operations>,
"fields" : <array of fieldAccess type post aggregators to access the thetaSketch aggregators or thetaSketchSetOp type post aggregators to allow arbitrary combination of set operations>,
"size": <16384 by default, must be max of size from sketches in fields input>
}
```