Uppercase(大写转换(Uppercase))¶
Supported in: Batch, Faster, Streaming
Converts all characters in string to uppercase.
Expression categories: String
Declared arguments¶
- Expression: Expression to convert to uppercase.
Expression\
Output type: String
Examples¶
Example 1: Base case¶
Argument values:
- Expression: hello World
Output: HELLO WORLD
Example 2: Null case¶
Argument values:
- Expression: null
Output: null
中文翻译¶
大写转换(Uppercase)¶
支持模式:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
将字符串中的所有字符转换为大写。
表达式类别: 字符串(String)
声明的参数¶
- 表达式(Expression): 需要转换为大写的表达式。
表达式\
输出类型: String
示例¶
示例1:基础情况¶
参数值:
- 表达式: hello World
输出: HELLO WORLD
示例2:空值情况¶
参数值:
- 表达式: null
输出: null