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

static DataTypes.ARRAY(element_type: pyflink.table.types.DataType, nullable: bool = True) → pyflink.table.types.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

Show Source

Created using Sphinx 4.5.0.