Hash sha256(Hash sha256(SHA256哈希))¶
Supported in: Batch, Faster, Streaming
Hashes the input using sha256 hashing algorithm.
Expression categories: String
Declared arguments¶
- Expression: no description
Expression\
Output type: String
Examples¶
Example 1: Base case¶
Argument values:
- Expression: Hello World!
Output: 7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069
Example 2: Null case¶
Argument values:
- Expression:
value
| value | Output |
|---|---|
| null | null |
中文翻译¶
Hash sha256(SHA256哈希)¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
使用SHA256哈希算法对输入进行哈希处理。
表达式类别: 字符串(String)
声明的参数¶
- 表达式(Expression): 无描述
表达式\
输出类型: String
示例¶
示例1:基础情况¶
参数值:
- 表达式: Hello World!
输出: 7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069
示例2:空值情况¶
参数值:
- 表达式:
value
| value | 输出 |
|---|---|
| null | null |