提交 56216d56 编写于 作者: U Ufuk Celebi

[hotfix] [docs] Fix link to ResultTypeQueryable

上级 d2d37cd8
......@@ -931,7 +931,7 @@ Examples for that are methods that create data sets from collections, such as
also generic functions like `MapFunction<I, O>` may need extra type information.
The
{% gh_link /flink-java/src/main/java/org/apache/flink/api/java/typeutils/ResultTypeQueryable.java "ResultTypeQueryable" %}
{% gh_link /flink-core/src/main/java/org/apache/flink/api/java/typeutils/ResultTypeQueryable.java "ResultTypeQueryable" %}
interface can be implemented by input formats and functions to tell the API
explicitly about their return type. The *input types* that the functions are invoked with can
usually be inferred by the result types of the previous operations.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册