You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "anshu-makkar (via GitHub)" <gi...@apache.org> on 2023/02/08 17:03:22 UTC

[GitHub] [druid] anshu-makkar commented on a diff in pull request #13664: Add missing documentation for constant post-aggregator

anshu-makkar commented on code in PR #13664:
URL: https://github.com/apache/druid/pull/13664#discussion_r1100432243


##########
docs/development/extensions-core/datasketches-theta.md:
##########
@@ -95,6 +95,49 @@ This returns a summary of the sketch that can be used for debugging. This is the
 }
 ```
 
+
+
+### Constant Theta Sketch 
+
+You can use the constant theta sketch post aggregator to add a Base64-encoded constant theta sketch value for use in other post-aggregators. For example,  `thetaSketchSetOp` 
+
+```json
+{
+  "type"  : "thetaSketchConstant",
+  "name": DESTINATION_COLUMN_NAME,
+  "value"  : CONSTANT_SKETCH_VALUE
+}
+```
+
+### Example of Constant Theta Sketch 

Review Comment:
   Committed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org