Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions flink-python/docs/reference/pyflink.dataframe/datatype.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,25 @@ Example::
:toctree: api/

DataType
DataType.not_null
DataType.nullable

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about moving these two APIs to the end of this list?

DataType.int8
DataType.int16
DataType.int32
DataType.int64
DataType.float32
DataType.float64
DataType.decimal
DataType.string
DataType.fixed_size_string
DataType.binary
DataType.fixed_size_binary
DataType.bool
DataType.null
DataType.date
DataType.time
DataType.timestamp
DataType.timestamp_ltz
DataType.list
DataType.map
DataType.struct
Loading