提交 1298aa6b 编写于 作者: W wizardforcel

2019-02-24 09:30:29

上级 761eaf18
...@@ -267,7 +267,7 @@ Table result = orders.distinct(); ...@@ -267,7 +267,7 @@ Table result = orders.distinct();
``` ```
**注意:**对于流式查询,计算查询结果所需的状态可能会无限增长,具体取决于不同字段的数量。请提供具有有效保存间隔的查询配置,以防止过大的状态。有关详细信息,请参阅[Streaming Concepts](streaming.html)。 | **注意:**对于流式查询,计算查询结果所需的状态可能会无限增长,具体取决于不同字段的数量。请提供具有有效保存间隔的查询配置,以防止过大的状态。有关详细信息,请参阅[Streaming Concepts](streaming.html)。
......
...@@ -235,9 +235,9 @@ SELECT PRETTY_PRINT(user) FROM Orders ...@@ -235,9 +235,9 @@ SELECT PRETTY_PRINT(user) FROM Orders
| **GroupBy聚合** 操作:**GroupBy聚合** 批处理 流 结果更新
处理 流
果更新 | **注意:**流表上的GroupBy会生成更新结果。有关详细信息,请参阅[Streaming Concepts](streaming.html)页面。 **注意:**流表上的GroupBy会生成更新结果。有关详细信息,请参阅[Streaming Concepts](streaming.html)页面。
``` ```
...@@ -287,9 +287,7 @@ WINDOW w AS ( ...@@ -287,9 +287,7 @@ WINDOW w AS (
| **Distinct** 操作:**Distinct** 批量 流 结果更新
量 流
果更新 |
``` ```
...@@ -485,8 +483,7 @@ FROM ( ...@@ -485,8 +483,7 @@ FROM (
| **Intersect/ Except**批量 操作:**Intersect/ Except**批量
|
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册