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
  • Expressions
  • pyflink.table.expressions.call_sql

pyflink.table.expressions.call_sql#

call_sql(sql_expression: str) → Expression[source]#

A call to a SQL expression.

The given string is parsed and translated into a Table API expression during planning. Only the translated expression is evaluated during runtime.

Note: Currently, calls are limited to simple scalar expressions. Calls to aggregate or table-valued functions are not supported. Sub-queries are also not allowed.

Parameters:

sql_expression – SQL expression to be translated

Added in version 1.12.0.

previous

pyflink.table.expressions.call

next

pyflink.table.expression.Expression.exp

On this page
  • call_sql()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.