Class TimeRangeFacetResult

    • Field Detail

      • steps

        protected static long[] steps
      • _errorMessage

        protected String _errorMessage
      • _baseTimeCount

        protected long _baseTimeCount
      • _baseNonTimeCount

        protected long _baseNonTimeCount
      • _baseBlankCount

        protected long _baseBlankCount
      • _baseErrorCount

        protected long _baseErrorCount
      • _timeCount

        protected long _timeCount
      • _nonTimeCount

        protected long _nonTimeCount
      • _blankCount

        protected long _blankCount
      • _errorCount

        protected long _errorCount
      • _min

        protected double _min
      • _max

        protected double _max
      • _step

        protected double _step
      • _bins

        protected int[] _bins
      • _baseBins

        protected int[] _baseBins
    • Method Detail

      • getName

        public String getName()
      • getExpression

        public String getExpression()
      • getColumnName

        public String getColumnName()
      • getError

        public String getError()
      • getMin

        public Double getMin()
      • getMax

        public Double getMax()
      • getStep

        public Double getStep()
      • getBins

        public int[] getBins()
      • getBaseBins

        public int[] getBaseBins()
      • getFrom

        public Double getFrom()
      • getTo

        public Double getTo()