Package com.google.refine.operations.row
Class RowReorderOperation.IndexingVisitor
java.lang.Object
com.google.refine.operations.row.RowReorderOperation.IndexingVisitor
- All Implemented Interfaces:
RecordVisitor,RowVisitor
- Enclosing class:
- RowReorderOperation
protected static class RowReorderOperation.IndexingVisitor
extends Object
implements RowVisitor, RecordVisitor
-
Method Summary
-
Method Details
-
start
Description copied from interface:RowVisitorCalled before any visit() call.- Specified by:
startin interfaceRecordVisitor- Specified by:
startin interfaceRowVisitor
-
end
Description copied from interface:RowVisitorCalled after all visit() calls.- Specified by:
endin interfaceRecordVisitor- Specified by:
endin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRowVisitor- Parameters:
project- projectrowIndex- zero-based row indexrow- row- Returns:
- true to abort visitation early - no further visit calls will be made
-
visit
- Specified by:
visitin interfaceRecordVisitor
-