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
  • TableEnvironment
  • pyflink.table.table_environment.TableEnvironment.drop_temporary_table

pyflink.table.table_environment.TableEnvironment.drop_temporary_table#

TableEnvironment.drop_temporary_table(table_path: str) → bool[source]#

Drops a temporary table registered in the given path.

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

Parameters:

table_path – The path of the registered temporary table.

Returns:

True if a table existed in the given path and was removed.

Added in version 1.10.0.

previous

pyflink.table.table_environment.TableEnvironment.drop_temporary_system_function

next

pyflink.table.table_environment.TableEnvironment.drop_temporary_view

On this page
  • TableEnvironment.drop_temporary_table()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.