Add array_build() function to array reference and concepts pages#374
Open
Add array_build() function to array reference and concepts pages#374
Conversation
|
🚀 Build success! Latest successful preview: https://preview-374--questdb-documentation.netlify.app/docs/ Commit SHA: f96a515
|
Contributor
Author
|
Issue already merged at questdb/questdb#6794 |
- Add motivation section explaining when to use array_build vs ARRAY[] - Add return type section documenting 1D vs 2D output - Add constraints/edge cases section (nArrays limits, size=0/NULL, filler types) - Clarify nArrays must be integer literal (not column, expression, or bind variable) - Replace broken order_book example (scalar columns) with market_data example that correctly demonstrates stacking array columns - Add variable-length fill example showing dynamic sizing per row - Add NaN/NULL semantics note for padding behavior - Link to demo schema page for market_data context - Use parameter table format for better scannability Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bluestreak01
approved these changes
Feb 24, 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.
No description provided.