Class ListViewSpec

    • Constructor Detail

      • 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 Detail

      • getElementDataType

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

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