-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
builtins: recategorize some builtins for docs #85346
Conversation
4518bc1
to
e211089
Compare
e211089
to
528a23c
Compare
TFTRs - responded to the comments. PTAL |
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.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @jordanlewis and @rafiss)
pkg/sql/sem/builtins/builtins.go
line 3738 at r2 (raw file):
// Fuzzy String Matching "soundex": makeBuiltin( tree.FunctionProperties{Category: builtinconstants.CategoryFuzzyStringMatching},
strange, this didn't show in the generated docs
528a23c
to
df63186
Compare
This commit moves the json generator functions into the JSON documentation category rather than the more generically named "set-returning functions" category. Also, move the "levenshtein" function into the fuzzy text search category. Also, move another couple of internal functions into "system info". Release note: None
bors r+ |
Build failed (retrying...): |
Build failed (retrying...): |
Build succeeded: |
Updates cockroachdb/docs#11842
This commit moves the json generator functions into the JSON
documentation category rather than the more generically named
"set-returning functions" category.
Also, move the "levenshtein" function into the fuzzy text search
category.
Also, move another couple of internal functions into "system info".
Release note: None