pyflink.table.expression.Expression.flatten# property Expression.flatten: Expression# Converts a Flink composite type (such as Tuple, POJO, etc.) and all of its direct subtypes into a flat representation where every subtype is a separate field. See also get() Added in version 1.12.0.