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. _facetsState
Methods 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 AllFacetsState
AllFacetsAggregator. sum(AllFacetsState first, AllFacetsState second)
AllFacetsState
AllFacetsAggregator. withRecord(AllFacetsState states, Record record)
AllFacetsState
AllFacetsAggregator. 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 AllFacetsState
AllFacetsAggregator. sum(AllFacetsState first, AllFacetsState second)
AllFacetsState
AllFacetsAggregator. withRecord(AllFacetsState states, Record record)
AllFacetsState
AllFacetsAggregator. withRow(AllFacetsState states, long rowId, Row row, Record record)
-