Class AbstractWindowAggProcessor

    • Field Detail

      • accSerializer

        protected final org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer
      • isEventTime

        protected final boolean isEventTime
      • windowInterval

        protected final long windowInterval
      • shiftTimeZone

        protected final java.time.ZoneId shiftTimeZone
      • useDayLightSaving

        protected final boolean useDayLightSaving
        The shift timezone is using DayLightSaving time or not.
      • currentProgress

        protected transient long currentProgress
      • clockService

        protected transient ClockService clockService
      • windowBuffer

        protected transient WindowBuffer windowBuffer
      • windowState

        protected transient WindowValueState<Long> windowState
        state schema: [key, window_end, accumulator].
      • reuseOutput

        protected transient org.apache.flink.table.data.utils.JoinedRowData reuseOutput