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_descriptor.FormatDescriptor.for_format#

static FormatDescriptor.for_format(format: str) → pyflink.table.table_descriptor.FormatDescriptor.Builder[source]#

Creates a new Builder describing a format with the given format identifier.

Parameters

format – The factory identifier for the format.

previous

pyflink.table.table_descriptor.TableDescriptor.Builder.build

next

pyflink.table.table_descriptor.FormatDescriptor.get_format

Show Source

Created using Sphinx 4.5.0.