doc-exports/docs/dli/sqlreference/dli_08_0434.html
Su, Xiaomeng 04d4597cf3 dli_sqlreference_0511_version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2023-11-02 14:34:08 +00:00

2.2 KiB

Value Access Functions

Description

Table 1 Value access functions

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 a flat representation of a Flink composite type (e.g., Tuple, POJO) that converts each of its direct subtype into a separate field.