Package com.google.refine.sorting
Class SortingRecordVisitor
java.lang.Object
com.google.refine.sorting.BaseSorter
com.google.refine.sorting.SortingRecordVisitor
- All Implemented Interfaces:
RecordVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.refine.sorting.BaseSorter
BaseSorter.ComparatorWrapper -
Field Summary
FieldsFields inherited from class com.google.refine.sorting.BaseSorter
_comparatorWrappers, _criteria, _keyMakers, _keys -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.refine.sorting.BaseSorter
compare, hasCriteria, initializeFromConfig, makeKeys
-
Field Details
-
_visitor
-
_records
-
-
Constructor Details
-
SortingRecordVisitor
-
-
Method Details
-
start
- Specified by:
startin interfaceRecordVisitor
-
end
- Specified by:
endin interfaceRecordVisitor
-
visit
- Specified by:
visitin interfaceRecordVisitor
-
makeKey
protected Object makeKey(Project project, Criterion.KeyMaker keyMaker, Criterion c, Object o, int index) - Specified by:
makeKeyin classBaseSorter
-