Package com.google.refine.operations.row
Class RowDuplicatesRemovalOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.row.RowDuplicatesRemovalOperation
-
Field Summary
FieldsFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionRowDuplicatesRemovalOperation(EngineConfig engineConfig, List<String> criteria) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEntrycreateHistoryEntry(Project project, long historyEntryID) protected RowVisitorcreateRowVisitor(Project project, List<Integer> rowIndices) protected StringgetBriefDescription(Project project) getRows()Methods inherited from class com.google.refine.operations.EngineDependentOperation
createEngine, getEngineConfig, validateMethods inherited from class com.google.refine.model.AbstractOperation
createProcess, getJsonDescription, getOperationId
-
Field Details
-
_criteria
-
-
Constructor Details
-
RowDuplicatesRemovalOperation
-
-
Method Details
-
getRows
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createHistoryEntry
- Overrides:
createHistoryEntryin classAbstractOperation- Throws:
Exception
-
createRowVisitor
- Throws:
Exception
-