Package org.openrefine.operations.cell
Class TextTransformOperation.Joiner
- java.lang.Object
-
- org.openrefine.model.changes.RowInRecordChangeDataJoiner
-
- org.openrefine.operations.cell.TextTransformOperation.Joiner
-
- All Implemented Interfaces:
Serializable,RecordChangeDataJoiner<List<Cell>>,RowChangeDataJoiner<Cell>
- Enclosing class:
- TextTransformOperation
public static class TextTransformOperation.Joiner extends RowInRecordChangeDataJoiner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Joiner(int columnIndex, int keyColumnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rowcall(Row row, IndexedData<Cell> indexedData)Given a row, its id and the pre-computed change data for this row, return the new row after the change.booleanpreservesRecordStructure()Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.-
Methods inherited from class org.openrefine.model.changes.RowInRecordChangeDataJoiner
call
-
-
-
-
Method Detail
-
call
public Row call(Row row, IndexedData<Cell> indexedData)
Description copied from interface:RowChangeDataJoinerGiven a row, its id and the pre-computed change data for this row, return the new row after the change.indexedData- may not be null, but the wrapped data inside may.
-
preservesRecordStructure
public boolean preservesRecordStructure()
Description copied from interface:RowChangeDataJoinerIndicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.
-
-