Conversation
…tion - Add documentation for percent_rank() window function (PR #6712) - Add practical use case explanations for all window functions - Add return types to all function signatures - Add supported data types for aggregate functions - Add comparison table for ranking functions (row_number, rank, dense_rank, percent_rank) - Update examples to use TICK expressions ([$today]) instead of today() - Fix column names to match demo schema (amount instead of volume, BTC-USDT instead of BTC-USD) - Add timestamp column to all SELECT examples for consistency - Add demo tags and WHERE filters to all runnable examples - Add notes about unsupported functions (ntile, cume_dist) - Update keywords and descriptions in frontmatter Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
🚀 Build success! Latest successful preview: https://preview-350--questdb-documentation.netlify.app/docs/ Commit SHA: 156e858
|
Include EMA and VWEMA in the heading to make it more discoverable in the right-hand navigation. Co-Authored-By: Claude Opus 4.5 <[email protected]>
javier
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
percent_rank()window function (questdb/questdb#6712)Changes
New Content
row_number,rank,dense_rank, andpercent_rankDocumentation Quality Improvements
double,long, "same type as input")short,int,long,float,double)ntile(),cume_dist())Example Fixes
'[$today]') instead oftoday()amountinstead ofvolume,BTC-USDTinstead ofBTC-USD)Test plan
yarn buildsucceeds🤖 Generated with Claude Code