Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • DataType
    • User Defined Functions
    • Configuration
    • GPU Support
    • AI / LLM
  • PyFlink Common
  • API Reference
  • PyFlink DataFrame
  • DataType
  • pyflink.dataframe.datatype.DataType.map

pyflink.dataframe.datatype.DataType.map#

classmethod DataType.map(key_type: DataType, value_type: DataType) → DataType[source]#

Map type with key and value types.

Parameters:
  • key_type – The key data type.

  • value_type – The value data type.

previous

pyflink.dataframe.datatype.DataType.list

next

pyflink.dataframe.datatype.DataType.struct

On this page
  • DataType.map()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.