Uses of Class
org.openrefine.model.RowInRecordFilter
-
Packages that use RowInRecordFilter Package Description org.openrefine.browsing.facets org.openrefine.browsing.filters org.openrefine.browsing.util org.openrefine.model -
-
Uses of RowInRecordFilter in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets with type parameters of type RowInRecordFilter Modifier and Type Field Description protected List<RowInRecordFilter>
AllFacetsAggregator. _rowFilters
Methods in org.openrefine.browsing.facets that return RowInRecordFilter Modifier and Type Method Description abstract RowInRecordFilter
FacetAggregator. getRowFilter()
RowInRecordFilter
StringFacetAggregator. getRowFilter()
RowInRecordFilter
TextSearchFacet.TextSearchAggregator. getRowFilter()
-
Uses of RowInRecordFilter in org.openrefine.browsing.filters
Subclasses of RowInRecordFilter in org.openrefine.browsing.filters Modifier and Type Class Description class
DualExpressionsNumberComparisonRowFilter
Judge if a row matches by evaluating two given expressions on the row, based on two different columns and checking the results.class
ExpressionEqualRowFilter
Judge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.class
ExpressionNumberComparisonRowFilter
Judge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.class
ExpressionStringComparisonRowFilter
Judge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.class
ExpressionTimeComparisonRowFilter
Judge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result. -
Uses of RowInRecordFilter in org.openrefine.browsing.util
Subclasses of RowInRecordFilter in org.openrefine.browsing.util Modifier and Type Class Description class
ScatterplotRowFilter
Filters rows according to the settings of a scatterplot facet.Methods in org.openrefine.browsing.util that return RowInRecordFilter Modifier and Type Method Description RowInRecordFilter
NumericFacetAggregator. getRowFilter()
RowInRecordFilter
ScatterplotFacetAggregator. getRowFilter()
RowInRecordFilter
StringValuesFacetAggregator. getRowFilter()
RowInRecordFilter
TimeRangeFacetAggregator. getRowFilter()
-
Uses of RowInRecordFilter in org.openrefine.model
Fields in org.openrefine.model declared as RowInRecordFilter Modifier and Type Field Description static RowInRecordFilter
RowInRecordFilter. ANY_ROW_IN_RECORD
Methods in org.openrefine.model that return RowInRecordFilter Modifier and Type Method Description static RowInRecordFilter
RowInRecordFilter. fromRowFilter(RowFilter rowFilter)
-