Class SqlFirstLastValueAggFunction

  • All Implemented Interfaces:
    Context, Wrapper

    public class SqlFirstLastValueAggFunction
    extends SqlAggFunction
    FIRST_VALUE and LAST_VALUE aggregate functions return the first or the last value in a list of values that are input to the function.