Uses of Class
org.openrefine.browsing.util.TimeRangeStatistics
-
Packages that use TimeRangeStatistics Package Description org.openrefine.browsing.util -
-
Uses of TimeRangeStatistics in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return TimeRangeStatistics Modifier and Type Method Description TimeRangeStatistics
TimeRangeStatistics. addCounts(long nonTime, long blank, long error)
Adds counts to the auxiliary fields.TimeRangeStatistics
TimeRangeStatistics. addTime(long timeValue)
Adds a valid time value represented as milliseconds since Epoch.TimeRangeStatistics
TimeRangeFacetState. getGlobalStatistics()
TimeRangeStatistics
TimeRangeFacetState. getViewStatistics()
TimeRangeStatistics
TimeRangeStatistics. sum(TimeRangeStatistics other)
Sums the statistics with another one.protected TimeRangeStatistics
TimeRangeFacetAggregator. withValue(TimeRangeStatistics state, Object value)
Methods in org.openrefine.browsing.util with parameters of type TimeRangeStatistics Modifier and Type Method Description TimeRangeStatistics
TimeRangeStatistics. sum(TimeRangeStatistics other)
Sums the statistics with another one.protected TimeRangeStatistics
TimeRangeFacetAggregator. withValue(TimeRangeStatistics state, Object value)
Constructors in org.openrefine.browsing.util with parameters of type TimeRangeStatistics Constructor Description TimeRangeFacetState(TimeRangeStatistics global, TimeRangeStatistics view)
-