Class CountFunction

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

    public class CountFunction
    extends AbstractFunction
    It calculates the number of occurrences inside a given collection.
    • Constructor Detail

      • CountFunction

        public CountFunction()
    • Method Detail

      • getType

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

        public Object aggregate​(List values)