-
Notifications
You must be signed in to change notification settings - Fork 45
docs: hll&udd #1844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: hll&udd #1844
Conversation
Signed-off-by: discord9 <[email protected]>
Deploying greptime-docs with
|
Latest commit: |
28d2150
|
Status: | ✅ Deploy successful! |
Preview URL: | https://5dcbc3be.greptime-docs.pages.dev |
Branch Preview URL: | https://hll-udd-docs.greptime-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is better to write these functions one by one. and the description of each function should be detailed. For example like https://www.ibm.com/docs/en/uax?topic=functions-hll
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
### `uddsketch_state` | ||
|
||
The `uddsketch_state` function is used to create a UDDSketch state in binary from a given column. It takes three parameters: | ||
- `bucket_num`, which is the number of buckets to use for the sketch, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a link to how to determine bucket_num value
Co-authored-by: Yiran <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
the EN documentation is LGTM
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
Signed-off-by: discord9 <[email protected]>
+1, please add the Chinese documentation @discord9 |
What's Changed in this PR
add docs for hll&udd
Describe the change in this PR
Checklist
sidebars.ts
matches the current document structure when you changed the document structure.