Class SqlTumbleTableFunction

All Implemented Interfaces:
SqlTableFunction

public class SqlTumbleTableFunction extends SqlWindowTableFunction
SqlTumbleTableFunction implements an operator for tumbling.

It allows three parameters:

  1. a table
  2. a descriptor to provide a watermarked column name from the input table
  3. an interval parameter to specify the length of window size
  • Constructor Details

    • SqlTumbleTableFunction

      public SqlTumbleTableFunction()