Class SliceAttachedWindowingStrategy

java.lang.Object
org.apache.flink.table.planner.plan.logical.WindowingStrategy
org.apache.flink.table.planner.plan.logical.SliceAttachedWindowingStrategy

public class SliceAttachedWindowingStrategy extends WindowingStrategy
A windowing strategy that gets windows from input columns as window slice have been assigned and attached to the physical columns. The window slice is usually identified by slice end timestamp.
See Also:
  • for more details about which windows can apply slicing.
  • Field Details

  • Constructor Details

    • SliceAttachedWindowingStrategy

      public SliceAttachedWindowingStrategy(WindowSpec window, org.apache.flink.table.types.logical.LogicalType timeAttributeType, int sliceEnd)
  • Method Details