Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/development/datasketches-aggregators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}
```
Expand Down