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.StreamTableEnvironment.drop_function#

StreamTableEnvironment.drop_function(path: str) → bool#

Drops a catalog function registered in the given path.

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.StreamTableEnvironment.create_temporary_view

next

pyflink.table.table_environment.StreamTableEnvironment.drop_temporary_function

Show Source

Created using Sphinx 4.5.0.