Skip to content

Commit 055b4d3

Browse files
veloCopilot
andauthored
Update src/test/resources/systemfunction/src/main/java/sample/Upper.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5e35974 commit 055b4d3

File tree

1 file changed

+2
-5
lines changed
  • src/test/resources/systemfunction/src/main/java/sample

1 file changed

+2
-5
lines changed

src/test/resources/systemfunction/src/main/java/sample/Upper.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
import com.google.auto.service.AutoService;
77

88
/**
9-
* Returns an array of substrings by splitting the input string based on the given delimiter.
10-
* If the delimiter is not found in the string, the original string is returned as the only element
11-
* in the array. If the delimiter is empty, every character in the string is split. If the string or
12-
* delimiter is null, a null value is returned. If the delimiter is found at the beginning or end of
13-
* the string, or there are contiguous delimiters, then an empty string is added to the array.
9+
* Converts the input string to uppercase.
10+
* If the input string is null, a null value is returned.
1411
*/
1512
@AutoService(AutoRegisterSystemFunction.class)
1613
public class Upper extends ScalarFunction implements AutoRegisterSystemFunction {

0 commit comments

Comments
 (0)