Package org.openrefine.browsing.facets
Class TimeRangeFacetResult
- java.lang.Object
-
- org.openrefine.browsing.facets.TimeRangeFacetResult
-
- All Implemented Interfaces:
FacetResult
public class TimeRangeFacetResult extends Object implements FacetResult
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]_baseBinsprotected long_baseBlankCountprotected long_baseErrorCountprotected long_baseNonTimeCountprotected long_baseTimeCountprotected int[]_binsprotected long_blankCountprotected TimeRangeFacet.TimeRangeFacetConfig_configprotected long_errorCountprotected String_errorMessageprotected double_maxprotected double_minprotected long_nonTimeCountprotected double_stepprotected long_timeCountprotected static long[]steps
-
Constructor Summary
Constructors Constructor Description TimeRangeFacetResult(TimeRangeFacet.TimeRangeFacetConfig config, String error, TimeRangeFacetState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getBaseBins()int[]getBins()StringgetColumnName()StringgetError()StringgetExpression()DoublegetFrom()DoublegetMax()DoublegetMin()StringgetName()DoublegetStep()DoublegetTo()
-
-
-
Field Detail
-
steps
protected static long[] steps
-
_config
protected TimeRangeFacet.TimeRangeFacetConfig _config
-
_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
-
-
Constructor Detail
-
TimeRangeFacetResult
public TimeRangeFacetResult(TimeRangeFacet.TimeRangeFacetConfig config, String error, TimeRangeFacetState state)
-
-
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()
-
-