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
  • Table
  • pyflink.table.Table.drop_columns

pyflink.table.Table.drop_columns#

Table.drop_columns(*fields: Expression) → Table[source]#

Drops existing columns. The field expressions should be field reference expressions.

Example:

>>> tab.drop_columns(col('a'), col('b'))
Parameters:

fields – Column list string.

Returns:

The result table.

previous

pyflink.table.Table.distinct

next

pyflink.table.Table.execute

On this page
  • Table.drop_columns()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.