Class Avg

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • Avg

        public Avg()