Class AbstractSyncStateWindowAggProcessor.WindowIsEmptySupplier
java.lang.Object
org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSyncStateWindowAggProcessor.WindowIsEmptySupplier
- All Implemented Interfaces:
Serializable,Supplier<Boolean>
- Enclosing class:
- AbstractSyncStateWindowAggProcessor<W>
protected final class AbstractSyncStateWindowAggProcessor.WindowIsEmptySupplier
extends Object
implements Supplier<Boolean>, Serializable
A supplier that returns whether the window is empty.
- See Also:
-
Method Summary