We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5efa1f commit cd3ec67Copy full SHA for cd3ec67
README-zh.md
@@ -147,8 +147,6 @@ print(query("select sum_udf(12,22)"))
147
参见: [test_udf.py](tests/test_udf.py).
148
</details>
149
150
-更多示例,请参见 [examples](examples) 和 [tests](tests)。
151
-
152
<details>
153
<summary><h4>🗂️ 流式查询</h4></summary>
154
@@ -198,6 +196,8 @@ sess.close()
198
196
更多细节请参考 [test_streaming_query.py](tests/test_streaming_query.py).
199
197
200
+更多示例,请参见 [examples](examples) 和 [tests](tests)。
+
201
## 演示和示例
202
203
- [Colab Notebook](https://colab.research.google.com/drive/1-zKB6oKfXeptggXi0kUX87iR8ZTSr4P3?usp=sharing) 和更多 [示例](examples)
0 commit comments