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.udf.ScalarFunction#

class ScalarFunction[source]#

Base interface for user-defined scalar function. A user-defined scalar functions maps zero, one, or multiple scalar values to a new scalar value.

New in version 1.10.0.

Methods

close()

Tear-down method for the user code.

eval(*args)

Method which defines the logic of the scalar function.

is_deterministic()

Returns information about the determinism of the function's results.

open(function_context)

Initialization method for the function.

previous

User Defined Functions

next

pyflink.table.udf.udf

Show Source

Created using Sphinx 4.5.0.