📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
# 数据仓库函数 - 向导函数 / N季
|
||||
|
||||
## 函数
|
||||
|
||||
### `sumOfNReport2(expression, report_id, n)`
|
||||
|
||||
进行数值统计计算。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
|
||||
### `avgOfNReport2(expression, report_id, n)`
|
||||
|
||||
进行数值统计计算。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
|
||||
### `stdOfNReport2(expression, report_id, n)`
|
||||
|
||||
N季相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
|
||||
### `accOfNReport2(expression, report_id, n)`
|
||||
|
||||
向导函数相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
|
||||
### `robustGrowthOfNReport2(expression, report_id, n)`
|
||||
|
||||
N季相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
|
||||
### `robustAccOfNReport2(expression, report_id, n)`
|
||||
|
||||
N季相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------ | ------ | ------ |
|
||||
| `expression` | string | object |
|
||||
| `report_id` | string | |
|
||||
| `n` | any | |
|
||||
|
||||
返回:any
|
||||
Reference in New Issue
Block a user