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
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Data Types
  • pyflink.table.types.DataTypes.MAP_VIEW

pyflink.table.types.DataTypes.MAP_VIEW#

static DataTypes.MAP_VIEW(key_type: DataType, value_type: DataType) → MapViewType[source]#

Data type of a pyflink.table.data_view.ListView.

It can only be used in accumulator type declaration of an Aggregate Function.

Parameters:
  • key_type – DataType of the keys in the map view.

  • value_type – DataType of the values in the map view.

previous

pyflink.table.types.DataTypes.MAP

next

pyflink.table.types.DataTypes.MULTISET

On this page
  • DataTypes.MAP_VIEW()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.