Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Show all

Value Retrieval Functions

Updated on 2024-08-19 GMT+08:00
Table 1 Value retrieval functions

SQL Function

Description

tableName.compositeType.field

Returns the value of a field from a Flink composite type (e.g. Tuple, POJO) by name.

tableName.compositeType.*

Returns the flattened representation of a Flink composite type (e.g. Tuple, POJO), converting each of its immediate subtypes into a separate field. In most cases, the fields in the flattened representation have similar names to the original fields, but with a $ separator (e.g. mypojo$mytuple$f0).

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback