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
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Serializer
  • pyflink.common.typeinfo.Types.ROW_NAMED

pyflink.common.typeinfo.Types.ROW_NAMED#

static Types.ROW_NAMED(field_names: List[str], field_types: List[TypeInformation])[source]#

Returns type information for Row with fields of the given types and with given names. A row must not be null.

Parameters:
  • field_names – array of field names.

  • field_types – array of field types.

previous

pyflink.common.typeinfo.Types.ROW

next

pyflink.common.typeinfo.Types.TUPLE

On this page
  • Types.ROW_NAMED()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.