Uses of Class
org.openrefine.browsing.util.NumericFacetState
-
Packages that use NumericFacetState Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of NumericFacetState in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return NumericFacetState Modifier and Type Method Description NumericFacetStateRangeFacet. getInitialFacetState()Methods in org.openrefine.browsing.facets that return types with arguments of type NumericFacetState Modifier and Type Method Description FacetAggregator<NumericFacetState>RangeFacet. getAggregator()Constructors in org.openrefine.browsing.facets with parameters of type NumericFacetState Constructor Description NumericFacetResult(RangeFacet.RangeFacetConfig config, NumericFacetState state) -
Uses of NumericFacetState in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return NumericFacetState Modifier and Type Method Description NumericFacetStateNumericFacetState. normalizeForReporting(int logBinSize)To be called after aggregating on all rows, to force a single-valued histogram to be represented as a single bin, with the supplied log bin size.NumericFacetStateNumericFacetAggregator. sum(NumericFacetState first, NumericFacetState second)protected NumericFacetStateNumericFacetAggregator. withValue(NumericFacetState state, Object value, boolean inView)Methods in org.openrefine.browsing.util with parameters of type NumericFacetState Modifier and Type Method Description NumericFacetStateNumericFacetAggregator. sum(NumericFacetState first, NumericFacetState second)protected NumericFacetStateNumericFacetAggregator. withValue(NumericFacetState state, Object value, boolean inView)
-