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_view#

TableEnvironment.drop_temporary_view(view_path: str) → bool[source]#

Drops a temporary view registered in the given path.

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

Returns

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

New in version 1.10.0.

previous

pyflink.table.table_environment.TableEnvironment.drop_temporary_table

next

pyflink.table.table_environment.TableEnvironment.execute_sql

Show Source

Created using Sphinx 4.5.0.