Uses of Class
org.openrefine.browsing.columns.ColumnStats
-
Packages that use ColumnStats Package Description org.openrefine.browsing org.openrefine.browsing.columns org.openrefine.browsing.facets -
-
Uses of ColumnStats in org.openrefine.browsing
Methods in org.openrefine.browsing that return types with arguments of type ColumnStats Modifier and Type Method Description List<ColumnStats>
Engine. getColumnStats()
Some statistics for each column: reconciliation and data type statistics. -
Uses of ColumnStats in org.openrefine.browsing.columns
Fields in org.openrefine.browsing.columns declared as ColumnStats Modifier and Type Field Description static ColumnStats
ColumnStats. ZERO
Methods in org.openrefine.browsing.columns that return ColumnStats Modifier and Type Method Description ColumnStats
ColumnStats. sum(ColumnStats other)
Return the column statistics obtained by summing the statistics in both objects, none of which are modified (being immutable).ColumnStats
ColumnStats. withCell(Cell cell)
Returns a copy of this object after updating it with a single cell.Methods in org.openrefine.browsing.columns with parameters of type ColumnStats Modifier and Type Method Description ColumnStats
ColumnStats. sum(ColumnStats other)
Return the column statistics obtained by summing the statistics in both objects, none of which are modified (being immutable). -
Uses of ColumnStats in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return types with arguments of type ColumnStats Modifier and Type Method Description com.google.common.collect.ImmutableList<ColumnStats>
AllFacetsState. getColumnStats()
List of column statistics for all columns.protected com.google.common.collect.ImmutableList<ColumnStats>
AllFacetsAggregator. sumColumnStats(List<ColumnStats> first, List<ColumnStats> second)
protected com.google.common.collect.ImmutableList<ColumnStats>
AllFacetsAggregator. updateColumnStats(List<ColumnStats> statistics, Row row)
Method parameters in org.openrefine.browsing.facets with type arguments of type ColumnStats Modifier and Type Method Description protected com.google.common.collect.ImmutableList<ColumnStats>
AllFacetsAggregator. sumColumnStats(List<ColumnStats> first, List<ColumnStats> second)
protected com.google.common.collect.ImmutableList<ColumnStats>
AllFacetsAggregator. updateColumnStats(List<ColumnStats> statistics, Row row)
-