mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +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
|
trimLeft
|
||||||
trimRight
|
trimRight
|
||||||
trunc
|
trunc
|
||||||
|
tryBase58Decode
|
||||||
tumble
|
tumble
|
||||||
tumbleEnd
|
tumbleEnd
|
||||||
tumbleStart
|
tumbleStart
|
||||||
|
@ -15,5 +15,5 @@ AND name NOT IN (
|
|||||||
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
|
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
|
||||||
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
|
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
|
||||||
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
|
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
|
||||||
'lemmatize', 'tokenize', 'stem', 'synonyms'
|
'lemmatize', 'tokenize', 'stem', 'synonyms' -- these functions are not enabled in fast test
|
||||||
) ORDER BY name;
|
) ORDER BY name;
|
||||||
|
Loading…
Reference in New Issue
Block a user