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

static DataTypes.FLOAT(nullable: bool = True) → pyflink.table.types.FloatType[source]#

Data type of a 4-byte single precision floating point number.

Parameters

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

previous

pyflink.table.types.DataTypes.BIGINT

next

pyflink.table.types.DataTypes.DOUBLE

Show Source

Created using Sphinx 4.5.0.