Class SqlRankFunction

All Implemented Interfaces:
Context, Wrapper

public class SqlRankFunction extends SqlAggFunction
Operator which aggregates sets of values into a result.
  • Constructor Details

  • Method Details

    • allowsFraming

      public boolean allowsFraming()
      Description copied from class: SqlOperator
      Returns whether this is a window function that allows framing (i.e. a ROWS or RANGE clause in the window specification).
      Overrides:
      allowsFraming in class SqlOperator