Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-15 Thread via GitHub
abhishekrb19 merged PR #16277: URL: https://github.com/apache/druid/pull/16277 -- 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:

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-14 Thread via GitHub
abhishekrb19 commented on code in PR #16277: URL: https://github.com/apache/druid/pull/16277#discussion_r1565107060 ## docs/development/extensions-core/stats.md: ## @@ -56,6 +56,19 @@ Numer. Math, 58 (1991) pp. 583--590 precisely the same across query runs. ::: +###

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-13 Thread via GitHub
nrao57 commented on PR #16277: URL: https://github.com/apache/druid/pull/16277#issuecomment-2053762232 I added the TopN Druid SQL query and a table describing the sql variance and stdev functions. Let me know if anything needs to change. -- This is an automated message from the

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
abhishekrb19 commented on code in PR #16277: URL: https://github.com/apache/druid/pull/16277#discussion_r1563322067 ## docs/development/extensions-core/stats.md: ## @@ -120,13 +132,19 @@ To acquire standard deviation from variance, user can use "stddev" post aggregat }

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
nrao57 commented on PR #16277: URL: https://github.com/apache/druid/pull/16277#issuecomment-2052539764 My mistake  I removed the old duplicate sections -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
abhishekrb19 commented on code in PR #16277: URL: https://github.com/apache/druid/pull/16277#discussion_r1563192124 ## docs/development/extensions-core/stats.md: ## @@ -120,13 +132,33 @@ To acquire standard deviation from variance, user can use "stddev" post aggregat }

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
nrao57 commented on PR #16277: URL: https://github.com/apache/druid/pull/16277#issuecomment-2052514001 Hi @abhishekrb19! I have updated the Pull Request to reflect your suggestions. Please let me know if there is anything else. -- This is an automated message from the Apache Git

Re: [PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
abhishekrb19 commented on code in PR #16277: URL: https://github.com/apache/druid/pull/16277#discussion_r1563058032 ## docs/development/extensions-core/stats.md: ## @@ -125,8 +126,24 @@ To acquire standard deviation from variance, user can use "stddev" post aggregat } ```

[PR] Adds Druid SQL query examples for the Stats aggregator Native Queries (druid)

2024-04-12 Thread via GitHub
nrao57 opened a new pull request, #16277: URL: https://github.com/apache/druid/pull/16277 Adds Druid SQL query examples for the Stats aggregator Native Queries Fixes #13148. ### Description This PR adds Druid SQL query examples