Uses of Class
org.openrefine.browsing.facets.AllFacetsState
-
Packages that use AllFacetsState Package Description org.openrefine.browsing org.openrefine.browsing.facets -
-
Uses of AllFacetsState in org.openrefine.browsing
Fields in org.openrefine.browsing with type parameters of type AllFacetsState Modifier and Type Field Description protected Grid.PartialAggregation<AllFacetsState>Engine. _facetsStateMethods in org.openrefine.browsing that return types with arguments of type AllFacetsState Modifier and Type Method Description protected Grid.PartialAggregation<AllFacetsState>Engine. getFacetsState() -
Uses of AllFacetsState in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return AllFacetsState Modifier and Type Method Description AllFacetsStateAllFacetsAggregator. sum(AllFacetsState first, AllFacetsState second)AllFacetsStateAllFacetsAggregator. withRecord(AllFacetsState states, Record record)AllFacetsStateAllFacetsAggregator. withRow(AllFacetsState states, long rowId, Row row, Record record)Methods in org.openrefine.browsing.facets with parameters of type AllFacetsState Modifier and Type Method Description AllFacetsStateAllFacetsAggregator. sum(AllFacetsState first, AllFacetsState second)AllFacetsStateAllFacetsAggregator. withRecord(AllFacetsState states, Record record)AllFacetsStateAllFacetsAggregator. withRow(AllFacetsState states, long rowId, Row row, Record record)
-