Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove UDTFJexl related user doc on Master #109

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/UserGuide/Master/User-Manual/Operator-and-Expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,6 @@ The functions in this function library are not built-in functions, and must be l
7. Series Discovery related functions, such as `ConsecutiveSequences`. For details and examples, see the document [Series-Discovery](../Operators-Functions/Series-Discovery.md).
8. Machine Learning related functions, such as `AR`. For details and examples, see the document [Machine-Learning](../Operators-Functions/Machine-Learning.md).

## LAMBDA EXPRESSION

| Function Name | Allowed Input Series Data Types | Required Attributes | Output Series Data Type | Series Data Type Description |
| ------------- | ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------ |
| JEXL | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | `expr` is a lambda expression that supports standard one or multi arguments in the form `x -> {...}` or `(x, y, z) -> {...}`, e.g. `x -> {x * 2}`, `(x, y, z) -> {x + y * z}` | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | Returns the input time series transformed by a lambda expression |

For details and examples, see the document [Lambda](../Operators-Functions/Lambda.md).

## CONDITIONAL EXPRESSION

Expand Down
77 changes: 0 additions & 77 deletions src/UserGuide/Master/stage/Operators-Functions/Lambda.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/UserGuide/Master/stage/Operators-Functions/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,6 @@ For details and examples, see the document [Sample Functions](./Sample.md).

For details and examples, see the document [Time-Series](./Time-Series.md).

## Lambda Expression

| Function Name | Allowed Input Series Data Types | Required Attributes | Output Series Data Type | Series Data Type Description |
| ------------- | ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------ |
| JEXL | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | `expr` is a lambda expression that supports standard one or multi arguments in the form `x -> {...}` or `(x, y, z) -> {...}`, e.g. `x -> {x * 2}`, `(x, y, z) -> {x + y * z}` | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | Returns the input time series transformed by a lambda expression |

For details and examples, see the document [Lambda](./Lambda.md).

## Conditional Expressions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@ OR, |, ||
7. [Series-Discovery](../Operators-Functions/Series-Discovery.md) 序列发现
8. [Machine-Learning](../Operators-Functions/Machine-Learning.md) 机器学习

## Lambda 表达式

| 函数名 | 可接收的输入序列类型 | 必要的属性参数 | 输出序列类型 | 功能类型 |
| ------ | ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | ---------------------------------------------- |
| JEXL | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | `expr`是一个支持标准的一元或多元参数的lambda表达式,符合`x -> {...}`或`(x, y, z) -> {...}`的格式,例如`x -> {x * 2}`, `(x, y, z) -> {x + y * z}` | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | 返回将输入的时间序列通过lambda表达式变换的序列 |

详细说明及示例见文档 [Lambda 表达式](../Operators-Functions/Lambda.md)

## 条件表达式

| 表达式名称 | 含义 |
Expand Down
83 changes: 0 additions & 83 deletions src/zh/UserGuide/Master/stage/Operators-Functions/Lambda.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/zh/UserGuide/Master/stage/Operators-Functions/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@ OR, |, ||

详细说明及示例见文档 [时间序列处理](./Time-Series.md)

## Lambda 表达式

| 函数名 | 可接收的输入序列类型 | 必要的属性参数 | 输出序列类型 | 功能类型 |
| ------ | ----------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | ---------------------------------------------- |
| JEXL | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | `expr`是一个支持标准的一元或多元参数的lambda表达式,符合`x -> {...}`或`(x, y, z) -> {...}`的格式,例如`x -> {x * 2}`, `(x, y, z) -> {x + y * z}` | INT32 / INT64 / FLOAT / DOUBLE / TEXT / BOOLEAN | 返回将输入的时间序列通过lambda表达式变换的序列 |

详细说明及示例见文档 [Lambda 表达式](./Lambda.md)

## 条件表达式

| 表达式名称 | 含义 |
Expand Down