Skip to content

Commit

Permalink
[FLINK-18952][python][docs] Add "10 minutes to DataStream API" docume…
Browse files Browse the repository at this point in the history
…ntation

This closes #15769.
  • Loading branch information
dianfu committed Apr 27, 2021
1 parent 055f231 commit 07faab2
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 9 deletions.
7 changes: 2 additions & 5 deletions docs/content.zh/docs/dev/python/datastream/data_types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Data Types"
weight: 1
weight: 25
type: docs
aliases:
- /zh/dev/python/datastream-api-users-guide/data_types.html
Expand All @@ -27,10 +27,7 @@ under the License.
# Data Types

In Apache Flink's Python DataStream API, a data type describes the type of a value in the DataStream ecosystem.
It can be used to declare input and output types of operations and informs the system how to serailize elements.



It can be used to declare input and output types of operations and informs the system how to serailize elements.

## Pickle Serialization

Expand Down
Loading

0 comments on commit 07faab2

Please sign in to comment.