Uses of Interface
org.openrefine.browsing.facets.FacetState
-
Packages that use FacetState Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of FacetState in org.openrefine.browsing.facets
Classes in org.openrefine.browsing.facets with type parameters of type FacetState Modifier and Type Class Description classFacetAggregator<T extends FacetState>Small serializable object which embeds everything that is required to compute facet statistics.classRowInRecordAggregator<T extends FacetState>Classes in org.openrefine.browsing.facets that implement FacetState Modifier and Type Class Description classAllFacetsStateState of aggregation of all facets, used to compute the states of all facets in a single aggregation over the grid.classStringFacetStatestatic classTextSearchFacet.TextSearchFacetStateMethods in org.openrefine.browsing.facets that return FacetState Modifier and Type Method Description FacetStateAllFacetsState. get(int index)Helper for facet access.FacetStateFacet. getInitialFacetState()An initial facet state for this facet, which can then be used to scan the table and ingest statistics about rows or records.FacetStateScatterplotFacet. getInitialFacetState()FacetStateStringFacet. getInitialFacetState()FacetStateTextSearchFacet. getInitialFacetState()FacetStateTimeRangeFacet. getInitialFacetState()Methods in org.openrefine.browsing.facets that return types with arguments of type FacetState Modifier and Type Method Description com.google.common.collect.ImmutableList<FacetState>AllFacetsState. getStates()List of all facet statesMethods in org.openrefine.browsing.facets with parameters of type FacetState Modifier and Type Method Description FacetResultFacet. getFacetResult(FacetState state)Returns all the information necessary to render the facet in the UI (aggregation statistics and configuration combined).ListFacetResultListFacet. getFacetResult(FacetState state)FacetResultRangeFacet. getFacetResult(FacetState state)ScatterplotFacetResultScatterplotFacet. getFacetResult(FacetState state)FacetResultStringFacet. getFacetResult(FacetState state)FacetResultTextSearchFacet. getFacetResult(FacetState state)FacetResultTimeRangeFacet. getFacetResult(FacetState state)Constructor parameters in org.openrefine.browsing.facets with type arguments of type FacetState Constructor Description AllFacetsState(com.google.common.collect.ImmutableList<FacetState> states, com.google.common.collect.ImmutableList<ColumnStats> columnStats, long aggregatedCount, long filteredCount)Constructs a state for aggregation of all facets. -
Uses of FacetState in org.openrefine.browsing.util
Classes in org.openrefine.browsing.util with type parameters of type FacetState Modifier and Type Class Description classExpressionValueFacetAggregator<T extends FacetState>Base class for facet aggregators which update their state by evaluating an expression and aggregating its result.Classes in org.openrefine.browsing.util that implement FacetState Modifier and Type Class Description classNumericFacetStateThe 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.classScatterplotFacetStateStores the x and y coordinates of all points encountered so far by the facet aggregator.classStringValuesFacetStateGathers statistics about distinct string representations of values generated by an evaluable.classTimeRangeFacetStateThe aggregation state of a timeline facet, gathering statistics about the entire table and the rows in view (selected by other facets).
-