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
  • User Defined Functions
  • pyflink.table.udf.TableFunction

pyflink.table.udf.TableFunction#

class TableFunction[source]#

Base interface for user-defined table function. A user-defined table function creates zero, one, or multiple rows to a new row value.

Added in version 1.11.0.

Methods

close()

Tear-down method for the user code.

eval(*args)

Method which defines the logic of the table function.

is_deterministic()

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

open(function_context)

Initialization method for the function.

previous

pyflink.table.udf.udf

next

pyflink.table.udf.udtf

On this page
  • TableFunction

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.