pyflink.table.expression.Expression.flatten# property Expression.flatten: pyflink.table.expression.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() New in version 1.12.0.