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.ARRAY

pyflink.table.types.DataTypes.ARRAY#

static DataTypes.ARRAY(element_type: DataType, nullable: bool = True) → ArrayType[source]#

Data type of an array of elements with same subtype.

Compared to the SQL standard, the maximum cardinality of an array cannot be specified but is fixed at 2147483647(0x7fffffff). Also, any valid type is supported as a subtype.

Parameters:
  • element_type – DataType of each element in the array.

  • nullable – boolean, whether the type can be null (None) or not.

previous

pyflink.table.types.DataTypes.TIMESTAMP_LTZ

next

pyflink.table.types.DataTypes.LIST_VIEW

On this page
  • DataTypes.ARRAY()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.