Class WindowTableFunctionOperatorBase

    • Field Detail

      • shiftTimeZone

        protected final ZoneId shiftTimeZone
        The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift timezone is the timezone user configured in TableConfig, other cases the timezone is UTC which means never shift when assigning windows.
      • rowtimeIndex

        protected final int rowtimeIndex
      • numNullRowTimeRecordsDropped

        protected transient Counter numNullRowTimeRecordsDropped
    • Constructor Detail