Package org.apache.flink.table.runtime.operators.window.tvf.state
package org.apache.flink.table.runtime.operators.window.tvf.state
-
ClassDescriptionContext to switch current key in state backend.A wrapper of
ListStatewhich is easier to update based on window namespace.WindowMapState<W,UV> A wrapper ofMapStatewhich is easier to update based on window namespace.WindowState<W>A base interface for manipulate state with window namespace.A wrapper ofValueStatewhich is easier to update based on window namespace.