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.