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.expressions.uuid#

uuid() → pyflink.table.expression.Expression[str][source]#

Returns an UUID (Universally Unique Identifier) string (e.g., ā€œ3d3c68f7-f608-473f-b60c-b0c44ad4cc4eā€) according to RFC 4122 type 4 (pseudo randomly generated) UUID. The UUID is generated using a cryptographically strong pseudo random number generator.

New in version 1.12.0.

previous

pyflink.table.expressions.concat_ws

next

pyflink.table.expressions.null_of

Show Source

Created using Sphinx 4.5.0.