Skip to content

Commit

Permalink
[hotfix] [docs] Fix link to ResultTypeQueryable
Browse files Browse the repository at this point in the history
  • Loading branch information
uce committed Jun 21, 2016
1 parent d2d37cd commit 56216d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/common/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56216d5

Please sign in to comment.