Class SqlNthValueAggFunction

All Implemented Interfaces:
Context, Wrapper

public class SqlNthValueAggFunction extends SqlAggFunction
NTH_VALUE windowed aggregate function returns the value of an expression evaluated at the nth row of the window frame.
  • Constructor Details

    • SqlNthValueAggFunction

      public SqlNthValueAggFunction(SqlKind kind)
  • Method Details

    • allowsNullTreatment

      public boolean allowsNullTreatment()
      Description copied from class: SqlAggFunction
      Returns whether this aggregate function allows specifying null treatment (RESPECT NULLS or IGNORE NULLS).
      Overrides:
      allowsNullTreatment in class SqlAggFunction