📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -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