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.schema.Schema.Builder.from_fields#

Builder.from_fields(field_names: List[str], field_data_types: List[DataType]) → Builder#

Adopts the given field names and field data types as physical columns of the schema.

previous

pyflink.table.schema.Schema.Builder.from_row_data_type

next

pyflink.table.schema.Schema.Builder.column

On this page
  • Builder.from_fields()
Show Source

Created using Sphinx 5.3.0.