Class DistinctFunction

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

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

      • DistinctFunction

        public DistinctFunction()
    • Method Detail

      • getType

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

        public Object aggregate​(List values)