Uses of Package
org.openrefine.browsing.util
-
Packages that use org.openrefine.browsing.util Package Description org.openrefine org.openrefine.browsing.facets org.openrefine.browsing.filters org.openrefine.browsing.util -
Classes in org.openrefine.browsing.util used by org.openrefine Class Description StringValuesFacetState Gathers statistics about distinct string representations of values generated by an evaluable. -
Classes in org.openrefine.browsing.util used by org.openrefine.browsing.facets Class Description HistogramState Stores a histogram of numerical values, used in range facets.NumericFacetState The aggregation state of a numeric facet, which contains two histograms: - the histogram for the rows seen by the facet (the ones selected by all other active facets) - called the view histogram - the histogram for all rows, which is used to determine the bin size, called the global histogram.ScatterplotFacetState Stores the x and y coordinates of all points encountered so far by the facet aggregator.StringValuesFacetState Gathers statistics about distinct string representations of values generated by an evaluable.TimeRangeFacetState The aggregation state of a timeline facet, gathering statistics about the entire table and the rows in view (selected by other facets). -
Classes in org.openrefine.browsing.util used by org.openrefine.browsing.filters Class Description RowEvaluable Something that can be evaluated for each row. -
Classes in org.openrefine.browsing.util used by org.openrefine.browsing.util Class Description ExpressionValueFacetAggregator Base class for facet aggregators which update their state by evaluating an expression and aggregating its result.HistogramState Stores a histogram of numerical values, used in range facets.NumericFacetState The aggregation state of a numeric facet, which contains two histograms: - the histogram for the rows seen by the facet (the ones selected by all other active facets) - called the view histogram - the histogram for all rows, which is used to determine the bin size, called the global histogram.RowEvaluable Something that can be evaluated for each row.ScatterplotFacetState Stores the x and y coordinates of all points encountered so far by the facet aggregator.StringValuesFacetState Gathers statistics about distinct string representations of values generated by an evaluable.TimeRangeFacetState The aggregation state of a timeline facet, gathering statistics about the entire table and the rows in view (selected by other facets).TimeRangeStatistics Stores statistics related to time values stored in a set of rows (generated by an expression).