mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Add tryBase58Decode() to all_new_functions_must_be_documented's ignore list
I should not be doing this (sorry) but we currently don't generate the official documentation from the in-source documentation. This means that adding in-source documentation means duplicating documentation :-(
This commit is contained in:
parent
06493a0062
commit
39014c034e
@ -908,6 +908,7 @@ trimBoth
|
||||
trimLeft
|
||||
trimRight
|
||||
trunc
|
||||
tryBase58Decode
|
||||
tumble
|
||||
tumbleEnd
|
||||
tumbleStart
|
||||
|
@ -15,5 +15,5 @@ AND name NOT IN (
|
||||
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
|
||||
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
|
||||
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
|
||||
'lemmatize', 'tokenize', 'stem', 'synonyms'
|
||||
'lemmatize', 'tokenize', 'stem', 'synonyms' -- these functions are not enabled in fast test
|
||||
) ORDER BY name;
|
||||
|
Loading…
Reference in New Issue
Block a user