Class Percentile

  • All Implemented Interfaces:
    Filter

    public class Percentile
    extends Object
    implements Filter
    Calculates the percentile of a column and stores it as a constant in another.
    Author:
    jwhite
    • Constructor Detail

      • Percentile

        protected Percentile()
      • Percentile

        public Percentile​(String inputColumn,
                          String outputColumn,
                          double quantile)
    • Method Detail

      • filter

        public void filter​(com.google.common.collect.RowSortedTable<Long,​String,​Double> qrAsTable)
        Specified by:
        filter in interface Filter