Interface DataView

  • All Known Implementing Classes:
    ListView, MapView

    @PublicEvolving
    public interface DataView
    A DataView is a collection type that can be used in the accumulator of aggregating functions and as a state entry in ProcessTableFunctions.

    Depending on the context in which the function is used, a DataView can be backed by a Java heap collection or a state backend.

    See Also:
    ListView, MapView
    • Method Detail

      • clear

        void clear()
        Clears the DataView and removes all data.