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.table_environment.TableEnvironment.drop_temporary_function#

TableEnvironment.drop_temporary_function(path: str) → bool[source]#

Drops a temporary system function registered under the given name.

If a permanent function with the given name exists, it will be used from now on for any queries that reference this name.

Parameters

path – The path under which the function will be registered. See also the TableEnvironment class description for the format of the path.

Returns

true if a function existed in the given path and was removed.

New in version 1.12.0.

previous

pyflink.table.table_environment.TableEnvironment.drop_function

next

pyflink.table.table_environment.TableEnvironment.drop_temporary_system_function

Show Source

Created using Sphinx 4.5.0.