Package org.apache.flink.table.runtime.operators.window.tvf.state


package org.apache.flink.table.runtime.operators.window.tvf.state
  • Class
    Description
    Context to switch current key in state backend.
    A wrapper of ListState which is easier to update based on window namespace.
    A wrapper of MapState which is easier to update based on window namespace.
    A base interface for manipulate state with window namespace.
    A wrapper of ValueState which is easier to update based on window namespace.