Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.types.DataTypes.MAP_VIEW#

static DataTypes.MAP_VIEW(key_type: pyflink.table.types.DataType, value_type: pyflink.table.types.DataType) → pyflink.table.types.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

Show Source

Created using Sphinx 4.5.0.