8000 Minor: fix wrongly copied function description (#497) · psvri/arrow-datafusion-python@0d7c19e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d7c19e

Browse files
authored
Minor: fix wrongly copied function description (apache#497)
1 parent b4d383b commit 0d7c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ scalar_function!(
247247
scalar_function!(
248248
nanvl,
249249
Nanvl,
250-
"Computes the MD5 hash of the argument, with the result written in hexadecimal."
250+
"Returns x if x is not NaN otherwise returns y."
251251
);
252252
scalar_function!(octet_length, OctetLength, "Returns number of bytes in the string. Since this version of the function accepts type character directly, it will not strip trailing spaces.");
253253
scalar_function!(pi, Pi);

0 commit comments

Comments
 (0)
0