Package com.google.refine.browsing
Interface RowVisitor
- All Known Implementing Classes:
ColumnSplitOperation.ColumnSplitRowVisitor,ExpressionNominalValueGrouper,ExpressionNumericValueBinner,ExpressionTimeValueBinner,GetRowsCommand.RowWritingVisitor,RowReorderOperation.IndexingVisitor,ScatterplotDrawingRowVisitor,SortingRowVisitor,Template.RowWritingVisitor
public interface RowVisitor
Interface for visiting rows one by one. The rows visited are only those that match some
particular criteria, such as facets' constraints.
-
Method Summary
-
Method Details
-
start
Called before any visit() call.- Parameters:
project-
-
visit
- Parameters:
project- projectrowIndex- zero-based row indexrow- row- Returns:
- true to abort visitation early - no further visit calls will be made
-
end
Called after all visit() calls.- Parameters:
project-
-