Class MaxFunction

  • All Implemented Interfaces:
    org.dashbuilder.dataset.group.AggregateFunction

    public class MaxFunction
    extends AbstractFunction
    It calculates the max. number of a set of values.
    • Constructor Detail

      • MaxFunction

        public MaxFunction()
    • Method Detail

      • getType

        public org.dashbuilder.dataset.group.AggregateFunctionType getType()
      • aggregate

        public Object aggregate​(List values)