Product(乘积(Product))¶
Supported in: Batch
Calculates the product of all input columns.
Expression categories: Numeric
Declared arguments¶
- Expression: no description
Expression\
Output type: Double
Examples¶
Example 1: Base case¶
Argument values:
- Expression:
factor
Given input table:
| factor |
|---|
| 2 |
| 4 |
| 3 |
Outputs: 24.0
Example 2: Base case¶
Argument values:
- Expression:
factor
Given input table:
| factor |
|---|
| 2 |
| null |
| 3 |
Outputs: 6.0
中文翻译¶
乘积(Product)¶
支持:批处理(Batch)
计算所有输入列的乘积。
表达式类别: 数值(Numeric)
声明的参数¶
- 表达式(Expression): 无描述
表达式\<数值类型>(Expression\)
输出类型: 双精度浮点数(Double)
示例¶
示例 1:基础情况¶
参数值:
- 表达式:
factor
给定输入表:
| factor |
|---|
| 2 |
| 4 |
| 3 |
输出结果: 24.0
示例 2:基础情况¶
参数值:
- 表达式:
factor
给定输入表:
| factor |
|---|
| 2 |
| null |
| 3 |
输出结果: 6.0