Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.list_databases#

list_databases() → List[str][source]#

List databases in the current catalog.

Returns

Database names.

Example:

>>> import pyflink.dataframe as pf
>>> pf.list_databases()
['default_database']

previous

pyflink.dataframe.get_current_database

next

GPU Support

Show Source

Created using Sphinx 4.5.0.