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 NumericFacetState
RangeFacet. 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 NumericFacetState
NumericFacetState. 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.NumericFacetState
NumericFacetAggregator. sum(NumericFacetState first, NumericFacetState second)
protected NumericFacetState
NumericFacetAggregator. withValue(NumericFacetState state, Object value, boolean inView)
Methods in org.openrefine.browsing.util with parameters of type NumericFacetState Modifier and Type Method Description NumericFacetState
NumericFacetAggregator. sum(NumericFacetState first, NumericFacetState second)
protected NumericFacetState
NumericFacetAggregator. withValue(NumericFacetState state, Object value, boolean inView)
-