📝 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,233 @@
# 数据仓库函数 - 向导函数 / N期
## 函数
### `occuredOfNReport(expression, date_value_2, arg3)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `continuedMatchOfNReport(expression, date_value_2, arg3)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `occuredRepIdOfNReport(expression, date_value_2, arg3)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `sumOfNReport(expression, date_value_2, arg3)`
进行数值统计计算。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `avgOfNReport(expression, date_value_2, arg3)`
进行数值统计计算。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `refReportValue(expression, date_value_2, arg3)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
返回:any
### `growthOfNReport(expression, date_value_2, arg3, arg4)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
返回:any
### `accOfNReport(expression, date_value_2, arg3, arg4, arg5)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
| `arg5` | any | |
返回:any
### `robustGrowthOfNReport(expression, date_value_2, arg3, arg4)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
返回:any
### `robustAccOfNReport(expression, date_value_2, arg3, arg4)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
返回:any
### `highestOfNReport(expression, date_value_2, arg3, arg4)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
返回:any
### `lowestOfNReport(expression, date_value_2, arg3, arg4)`
N期相关函数。
| 参数 | 类型 | 说明 |
| -------------- | ------ | ---- |
| `expression` | object | |
| `date_value_2` | any | |
| `arg3` | any | |
| `arg4` | any | |
返回:any
### `standGrowthOfNReport(expression, report_id, n, report_type)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------- | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `n` | any | |
| `report_type` | any | |
返回:any
### `eAvOfNReport(expression, report_id, n, report_type, last_report_type)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------------ | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `n` | any | |
| `report_type` | any | |
| `last_report_type` | any | |
返回:any
### `eAaOfNReport(expression, report_id, last_report_type)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------------ | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `last_report_type` | any | |
返回:any
### `turnPositiveOfNReport(expression, report_id, n, report_type)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------- | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `n` | any | |
| `report_type` | any | |
返回:any
### `secondOrderGrowthOfNReport(expression, report_id, n, report_type)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------- | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `n` | any | |
| `report_type` | any | |
返回:any
### `highGrowthOfNReport(expression, report_id, n, report_type, range)`
N期相关函数。
| 参数 | 类型 | 说明 |
| ------------- | ------ | ------ |
| `expression` | string | object |
| `report_id` | string | |
| `n` | any | |
| `report_type` | any | |
| `range` | any | |
返回:any