Skip to content

Commit 8f34282

Browse files
committed
Update reference file
1 parent a7feb3b commit 8f34282

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

tests/queries/0_stateless/02415_all_new_functions_must_be_documented.reference

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ __bitSwapLastTwo
6464
__bitWrapperFunc
6565
__getScalar
6666
__scalarSubqueryResult
67+
abs
6768
accurateCast
6869
accurateCastOrDefault
6970
accurateCastOrNull
@@ -81,6 +82,9 @@ addQuarters
8182
addSeconds
8283
addWeeks
8384
addYears
85+
addressToLine
86+
addressToLineWithInlines
87+
addressToSymbol
8488
age
8589
alphaTokens
8690
and
@@ -190,6 +194,7 @@ bitmaskToList
190194
blockNumber
191195
blockSerializedSize
192196
blockSize
197+
buildId
193198
byteSize
194199
caseWithExpression
195200
catboostEvaluate
@@ -237,6 +242,7 @@ defaultValueOfArgumentType
237242
defaultValueOfTypeName
238243
degrees
239244
demangle
245+
divide
240246
divideOrNull
241247
dotProduct
242248
dumpColumnStructure
@@ -310,6 +316,7 @@ fromUnixTimestamp64Second
310316
fromUnixTimestampInJodaSyntax
311317
fuzzBits
312318
gccMurmurHash
319+
gcd
313320
generateUUIDv4
314321
geoDistance
315322
geohashDecode
@@ -353,6 +360,7 @@ hostName
353360
hypot
354361
identity
355362
if
363+
ifNotFinite
356364
ifNull
357365
ignore
358366
ilike
@@ -364,16 +372,21 @@ initcap
364372
initcapUTF8
365373
initialQueryID
366374
initializeAggregation
375+
intDiv
367376
intDivOrNull
377+
intDivOrZero
368378
intExp10
369379
intExp2
370380
intHash32
371381
intHash64
372382
isConstant
373383
isDecimalOverflow
384+
isFinite
374385
isIPAddressInRange
375386
isIPv4String
376387
isIPv6String
388+
isInfinite
389+
isNaN
377390
isNotNull
378391
isNull
379392
isNullable
@@ -387,6 +400,7 @@ joinGetOrNull
387400
jumpConsistentHash
388401
kafkaMurmurHash
389402
kostikConsistentHash
403+
lcm
390404
least
391405
left
392406
leftPad
@@ -417,9 +431,13 @@ mapSubtract
417431
mapUpdate
418432
match
419433
materialize
434+
max2
420435
metroHash64
436+
min2
421437
minSampleSizeContinuous
422438
minSampleSizeConversion
439+
minus
440+
modulo
423441
moduloLegacy
424442
moduloOrNull
425443
moduloOrZero
@@ -447,11 +465,13 @@ multiSearchFirstPosition
447465
multiSearchFirstPositionCaseInsensitive
448466
multiSearchFirstPositionCaseInsensitiveUTF8
449467
multiSearchFirstPositionUTF8
468+
multiply
450469
murmurHash2_32
451470
murmurHash2_64
452471
murmurHash3_128
453472
murmurHash3_32
454473
murmurHash3_64
474+
negate
455475
neighbor
456476
netloc
457477
ngramDistance
@@ -527,6 +547,7 @@ partitionId
527547
path
528548
pathFull
529549
pi
550+
plus
530551
pointInEllipses
531552
pointInPolygon
532553
polygonAreaCartesian
@@ -908,4 +929,4 @@ xor
908929
xxHash32
909930
xxHash64
910931
yesterday
911-
zookeeperSessionUptime
932+
zookeeperSessionUptime

0 commit comments

Comments
 (0)