Uses of Interface
com.google.refine.browsing.util.RowEvaluable
Packages that use RowEvaluable
Package
Description
-
Uses of RowEvaluable in com.google.refine.browsing.facets
Methods in com.google.refine.browsing.facets that return RowEvaluableModifier and TypeMethodDescriptionprotected RowEvaluableRangeFacet.getRowEvaluable(Project project) protected RowEvaluableTimeRangeFacet.getRowEvaluable(Project project) -
Uses of RowEvaluable in com.google.refine.browsing.filters
Fields in com.google.refine.browsing.filters declared as RowEvaluableModifier and TypeFieldDescriptionprotected final RowEvaluableExpressionNumberComparisonRowFilter._rowEvaluableConstructors in com.google.refine.browsing.filters with parameters of type RowEvaluableModifierConstructorDescriptionExpressionNumberComparisonRowFilter(RowEvaluable rowEvaluable, boolean selectNumeric, boolean selectNonNumeric, boolean selectBlank, boolean selectError) ExpressionTimeComparisonRowFilter(RowEvaluable rowEvaluable, boolean selectTime, boolean selectNonTime, boolean selectBlank, boolean selectError) -
Uses of RowEvaluable in com.google.refine.browsing.util
Classes in com.google.refine.browsing.util that implement RowEvaluableFields in com.google.refine.browsing.util declared as RowEvaluableModifier and TypeFieldDescriptionprotected final RowEvaluableExpressionNumericValueBinner._rowEvaluableprotected final RowEvaluableExpressionTimeValueBinner._rowEvaluableMethods in com.google.refine.browsing.util that return RowEvaluableMethods in com.google.refine.browsing.util with parameters of type RowEvaluableModifier and TypeMethodDescriptionprotected abstract voidNumericBinIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Double> allValues) protected voidNumericBinRecordIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Double> allValues) protected voidNumericBinRowIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Double> allValues) protected abstract voidTimeBinIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Long> allValues) protected voidTimeBinRecordIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Long> allValues) protected voidTimeBinRowIndex.iterate(Project project, RowEvaluable rowEvaluable, List<Long> allValues) protected voidNumericBinIndex.processRow(Project project, RowEvaluable rowEvaluable, List<Double> allValues, int rowIndex, Row row, Properties bindings) protected voidTimeBinIndex.processRow(Project project, RowEvaluable rowEvaluable, List<Long> allValues, int rowIndex, Row row, Properties bindings) Constructors in com.google.refine.browsing.util with parameters of type RowEvaluableModifierConstructorDescriptionExpressionNumericValueBinner(RowEvaluable rowEvaluable, NumericBinIndex index) ExpressionTimeValueBinner(RowEvaluable rowEvaluable, TimeBinIndex index) NumericBinIndex(Project project, RowEvaluable rowEvaluable) NumericBinRecordIndex(Project project, RowEvaluable rowEvaluable) NumericBinRowIndex(Project project, RowEvaluable rowEvaluable) TimeBinIndex(Project project, RowEvaluable rowEvaluable) TimeBinRecordIndex(Project project, RowEvaluable rowEvaluable) TimeBinRowIndex(Project project, RowEvaluable rowEvaluable)