Docs: cross-link digits and substring function docs#111149
Conversation
digits(n, offset[, length]) is the numeric analogue of substring on a string, so add reciprocal "See also" links between the in-source docs of the two functions. Requested by @rschu1ze on PR ClickHouse#109012. Uses the inline See-also convention already used by scalar functions (FunctionDocumentation has no related_functions field). Docs-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pre-PR validation gate (click to expand)
Session id: cron:clickhouse-author-slot-0:20260720-214300 |
Internal second-model review (click to expand)An independent second model reviewed this diff before it was opened.
Verdict: 0 findings. The change is a docs-only addition of two reciprocal |
|
Workflow [PR], commit [31a71ec] Summary: ✅
AI ReviewSummaryThis PR adds reciprocal Final VerdictStatus: ✅ Approve |
CI finish ledger - ae7c776This is a docs-only change (2 files, +4 lines in
Session id: cron:our-pr-ci-monitor:20260721-093000 |
LLVM Coverage Report
Changed lines: Changed C/C++ lines covered: 13/13 (100.00%) · Uncovered code |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
...
Description
Adds reciprocal "See also" cross-links between the in-source docs of
digitsandsubstring.digits(n, offset[, length])is the numeric analogue ofsubstring(s, offset[, length]), so each function's documentation now points to the other.Requested by rschu1ze in #109012 (comment).
Docs-only, no behavior change. The links use the inline "See also" convention already used by scalar functions (for example
initialQueryID->other-functions#queryID,tokens->string-functions#sparseGrams);FunctionDocumentationhas norelated_functionsfield.Version info
26.7.1.1302(included in26.7and later)