File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
content.zh/docs/dev/table/sql/queries
content/docs/dev/table/sql/queries Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,6 @@ Flink 对 `MATCH_RECOGNIZE` 子句实现是一项长期持续的工作,目前
10021002 * ` CLASSIFIER ` 函数,尚不支持返回行映射到的模式变量。
10031003* ` SUBSET ` - 它允许创建模式变量的逻辑组,并在 ` DEFINE ` 和 ` MEASURES ` 子句中使用这些组。
10041004* Physical offsets - ` PREV/NEXT ` ,它为所有可见事件建立索引,而不是仅将那些映射到模式变量的事件编入索引(如 [ logical offsets] ( #logical-offsets ) 的情况)。
1005- * 提取时间属性 - 目前无法为后续基于时间的操作提取时间属性。
10061005* ` MATCH_RECOGNIZE ` 仅 SQL 支持。Table API 中没有等效项。
10071006* Aggregations:
10081007 * 不支持 distinct aggregations。
Original file line number Diff line number Diff line change @@ -1126,8 +1126,6 @@ Unsupported features include:
11261126 the ` DEFINE ` and ` MEASURES ` clauses.
11271127* Physical offsets - ` PREV/NEXT ` , which indexes all events seen rather than only those that were
11281128 mapped to a pattern variable (as in [ logical offsets] ( #logical-offsets ) case).
1129- * Extracting time attributes - there is currently no possibility to get a time attribute for
1130- subsequent time-based operations.
11311129* ` MATCH_RECOGNIZE ` is supported only for SQL. There is no equivalent in the Table API.
11321130* Aggregations:
11331131 * distinct aggregations are not supported.
You can’t perform that action at this time.
0 commit comments