Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.typeinfo.Types.MAP#

static Types.MAP(key_type_info: TypeInformation, value_type_info: TypeInformation) → TypeInformation[source]#

Special TypeInformation used by MapStateDescriptor

Parameters
  • key_type_info – Element type of key (e.g. Types.BOOLEAN(), Types.INT(), Types.DOUBLE())

  • value_type_info – Element type of value (e.g. Types.BOOLEAN(), Types.INT(), Types.DOUBLE())

previous

pyflink.common.typeinfo.Types.OBJECT_ARRAY

next

pyflink.common.typeinfo.Types.LIST

On this page
  • Types.MAP()
Show Source

Created using Sphinx 5.3.0.