Class MinFunction

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

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

      • MinFunction

        public MinFunction()
    • Method Detail

      • getType

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

        public Object aggregate​(List values)