Uses of Interface
com.google.refine.browsing.RowFilter
Packages that use RowFilter
Package
Description
-
Uses of RowFilter in com.google.refine.browsing.facets
Methods in com.google.refine.browsing.facets that return RowFilterModifier and TypeMethodDescriptionFacet.getRowFilter(Project project) ListFacet.getRowFilter(Project project) RangeFacet.getRowFilter(Project project) ScatterplotFacet.getRowFilter(Project project) TextSearchFacet.getRowFilter(Project project) TimeRangeFacet.getRowFilter(Project project) -
Uses of RowFilter in com.google.refine.browsing.filters
Classes in com.google.refine.browsing.filters that implement RowFilterModifier and TypeClassDescriptionclassJudge if a row matches by evaluating two given expressions on the row, based on two different columns and checking the results.classJudge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.classJudge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.classJudge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.classJudge if a row matches by evaluating a given expression on the row, based on a particular column, and checking the result.Fields in com.google.refine.browsing.filters declared as RowFilterModifier and TypeFieldDescriptionprotected final RowFilterAllRowsRecordFilter._rowFilterprotected final RowFilterAnyRowRecordFilter._rowFilterConstructors in com.google.refine.browsing.filters with parameters of type RowFilterModifierConstructorDescriptionAllRowsRecordFilter(RowFilter rowFilter) AnyRowRecordFilter(RowFilter rowFilter) -
Uses of RowFilter in com.google.refine.browsing.util
Fields in com.google.refine.browsing.util with type parameters of type RowFilterMethods in com.google.refine.browsing.util with parameters of type RowFilter