Class MultiValuedCellJoinOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.cell.MultiValuedCellJoinOperation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultiValuedCellJoinOperation(String columnName, String keyColumnName, String separator) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEntrycreateHistoryEntry(Project project, long historyEntryID) protected StringgetBriefDescription(Project project) Methods inherited from class com.google.refine.model.AbstractOperation
createProcess, getJsonDescription, getOperationId
-
Field Details
-
_columnName
-
_keyColumnName
-
_separator
-
-
Constructor Details
-
MultiValuedCellJoinOperation
-
-
Method Details
-
getColumnName
-
getKeyColumnName
-
getSeparator
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createHistoryEntry
- Overrides:
createHistoryEntryin classAbstractOperation- Throws:
Exception
-