Class AvgDistinct

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class AvgDistinct
    extends SumAvgAggregate
    Implementation of the AVG(DISTINCT x) SQL aggregate function, computes the average of its inputs. Returns NULL if no inputs are non-NULL.
    • Constructor Detail

      • AvgDistinct

        public AvgDistinct()