Class NumericFacetResult

    • Field Detail

      • _min

        protected final double _min
      • _max

        protected final double _max
      • _step

        protected final double _step
      • _rowsInViewHistogram

        protected final HistogramState _rowsInViewHistogram
    • Method Detail

      • getBaseNumericCount

        public long getBaseNumericCount()
      • getBaseNonNumericCount

        public long getBaseNonNumericCount()
      • getBaseBlankCount

        public long getBaseBlankCount()
      • getBaseErrorCount

        public long getBaseErrorCount()
      • getNumericCount

        public long getNumericCount()
      • getNonNumericCount

        public long getNonNumericCount()
      • getBlankCount

        public long getBlankCount()
      • getErrorCount

        protected long getErrorCount()
      • getName

        public String getName()
      • getExpression

        public String getExpression()
      • getColumnName

        public String getColumnName()
      • getError

        public String getError()
      • isFiniteRange

        public boolean isFiniteRange()
      • getMin

        public Double getMin()
      • getMax

        public Double getMax()
      • getStep

        public Double getStep()
      • getBins

        public long[] getBins()
      • getBaseBins

        public long[] getBaseBins()
      • getFrom

        public Double getFrom()
      • getTo

        public Double getTo()