File tree 2 files changed +0
-3
lines changed
content/docs/dev/table/sql/queries
content.zh/docs/dev/table/sql/queries
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,6 @@ Flink 对 `MATCH_RECOGNIZE` 子句实现是一项长期持续的工作,目前
1002
1002
* ` CLASSIFIER ` 函数,尚不支持返回行映射到的模式变量。
1003
1003
* ` SUBSET ` - 它允许创建模式变量的逻辑组,并在 ` DEFINE ` 和 ` MEASURES ` 子句中使用这些组。
1004
1004
* Physical offsets - ` PREV/NEXT ` ,它为所有可见事件建立索引,而不是仅将那些映射到模式变量的事件编入索引(如 [ logical offsets] ( #logical-offsets ) 的情况)。
1005
- * 提取时间属性 - 目前无法为后续基于时间的操作提取时间属性。
1006
1005
* ` MATCH_RECOGNIZE ` 仅 SQL 支持。Table API 中没有等效项。
1007
1006
* Aggregations:
1008
1007
* 不支持 distinct aggregations。
Original file line number Diff line number Diff line change @@ -1126,8 +1126,6 @@ Unsupported features include:
1126
1126
the ` DEFINE ` and ` MEASURES ` clauses.
1127
1127
* Physical offsets - ` PREV/NEXT ` , which indexes all events seen rather than only those that were
1128
1128
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.
1131
1129
* ` MATCH_RECOGNIZE ` is supported only for SQL. There is no equivalent in the Table API.
1132
1130
* Aggregations:
1133
1131
* distinct aggregations are not supported.
You can’t perform that action at this time.
0 commit comments