Class ListViewSpec

java.lang.Object
org.apache.flink.table.runtime.dataview.DataViewSpec
org.apache.flink.table.runtime.dataview.ListViewSpec
All Implemented Interfaces:
Serializable

@Internal public class ListViewSpec extends DataViewSpec
Specification for a ListView.
See Also:
  • Constructor Details

    • ListViewSpec

      public ListViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType)
    • ListViewSpec

      @Deprecated public ListViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, org.apache.flink.api.common.typeutils.TypeSerializer<?> elementSerializer)
      Deprecated.
  • Method Details

    • getElementDataType

      public org.apache.flink.table.types.DataType getElementDataType()
    • getElementSerializer

      public Optional<org.apache.flink.api.common.typeutils.TypeSerializer<?>> getElementSerializer()