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 Detail

      • SqlNthValueAggFunction

        public SqlNthValueAggFunction​(SqlKind kind)