Package com.google.refine.commands.row
Class GetRowsCommand.RowWritingVisitor
java.lang.Object
com.google.refine.commands.row.GetRowsCommand.RowWritingVisitor
- All Implemented Interfaces:
RecordVisitor,RowVisitor
- Enclosing class:
- GetRowsCommand
protected static class GetRowsCommand.RowWritingVisitor
extends Object
implements RowVisitor, RecordVisitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected booleaninternalVisit(Project project, int rowIndex, Row row, int paginationIndex) protected booleaninternalVisit(Project project, Record record, int sortedStartRowIndex) voidbooleanbooleanbooleanboolean
-
Field Details
-
results
-
resultRecordSize
public int resultRecordSize -
total
public int total -
totalRows
public int totalRows
-
-
Constructor Details
-
RowWritingVisitor
public RowWritingVisitor(int start, int end, int limit)
-
-
Method Details
-
start
- Specified by:
startin interfaceRecordVisitor- Specified by:
startin interfaceRowVisitor
-
end
- Specified by:
endin interfaceRecordVisitor- Specified by:
endin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRowVisitor
-
visit
- Specified by:
visitin interfaceRecordVisitor
-
visit
- Specified by:
visitin interfaceRecordVisitor
-
internalVisit
-
internalVisit
-