Package com.google.refine.browsing.util
Class TimeBinRowIndex
java.lang.Object
com.google.refine.browsing.util.TimeBinIndex
com.google.refine.browsing.util.TimeBinRowIndex
-
Field Summary
Fields inherited from class com.google.refine.browsing.util.TimeBinIndex
_bins, _blankRowCount, _errorRowCount, _hasBlank, _hasError, _hasNonTime, _hasTime, _max, _min, _nonTimeRowCount, _step, _timeRowCount, _timeValueCount, _totalValueCount, steps -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiditerate(Project project, RowEvaluable rowEvaluable, List<Long> allValues) Methods inherited from class com.google.refine.browsing.util.TimeBinIndex
getBins, getBlankRowCount, getErrorRowCount, getMax, getMin, getNonTimeRowCount, getStep, getTimeRowCount, isTemporal, postprocessing, preprocessing, processRow, processValue
-
Constructor Details
-
TimeBinRowIndex
-
-
Method Details
-
iterate
- Specified by:
iteratein classTimeBinIndex
-