Merge branch '3.0' into docs/wade-20230505
This commit is contained in:
commit
2cf2acc07c
|
@ -360,7 +360,7 @@ ldconfig
|
||||||
2. 如果 Python UDF 程序执行时,通过 PYTHONPATH 引用其它的包,可以设置 taos.cfg 的 UdfdLdLibPath 变量为PYTHONPATH的内容
|
2. 如果 Python UDF 程序执行时,通过 PYTHONPATH 引用其它的包,可以设置 taos.cfg 的 UdfdLdLibPath 变量为PYTHONPATH的内容
|
||||||
|
|
||||||
### Python UDF 示例代码
|
### Python UDF 示例代码
|
||||||
#### 标量函数示例 [pybitand](https://github.com/taosdata/TDengine/blob/develop/tests/script/sh/pybitand.py)
|
#### 标量函数示例 [pybitand](https://github.com/taosdata/TDengine/blob/3.0/tests/script/sh/pybitand.py)
|
||||||
|
|
||||||
pybitand 实现多列的按位与功能。如果只有一列,返回这一列。pybitand 忽略空值。
|
pybitand 实现多列的按位与功能。如果只有一列,返回这一列。pybitand 忽略空值。
|
||||||
|
|
||||||
|
@ -387,4 +387,5 @@ pyl2norm 实现了输入列的所有数据的二阶范数,即对每个数据
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## 管理和使用 UDF
|
## 管理和使用 UDF
|
||||||
在使用 UDF 之前需要先将其加入到 TDengine 系统中。关于如何管理和使用 UDF,请参考[管理和使用 UDF](../12-taos-sql/26-udf.md)
|
在使用 UDF 之前需要先将其加入到 TDengine 系统中。关于如何管理和使用 UDF,请参考[管理和使用 UDF](../12-taos-sql/26-udf.md)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue