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_result.TableResult.get_result_kind#

TableResult.get_result_kind() → pyflink.table.result_kind.ResultKind[source]#

Return the ResultKind which represents the result type.

For DDL operation and USE operation, the result kind is always SUCCESS. For other operations, the result kind is always SUCCESS_WITH_CONTENT.

Returns

The result kind.

New in version 1.11.0.

previous

pyflink.table.table_result.TableResult.get_table_schema

next

pyflink.table.table_result.TableResult.collect

Show Source

Created using Sphinx 4.5.0.