pyflink.table.types.DataTypes.LIST_VIEW#
- static DataTypes.LIST_VIEW(element_type: pyflink.table.types.DataType) pyflink.table.types.ListViewType [source]#
Data type of a
pyflink.table.data_view.ListView
.It can only be used in accumulator type declaration of an Aggregate Function.
- Parameters
element_type –
DataType
of each element in the list view.